Skip to content

Commit

Permalink
style(server): Align SQL query result set assignments
Browse files Browse the repository at this point in the history
  • Loading branch information
csulit committed Oct 30, 2024
1 parent e904684 commit 5683f9f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -538,9 +538,9 @@ app.get("/api/properties/:id", async (c: Context) => {
p.outdoor_features,
p.ai_generated_description,
p.ai_generated_basic_features,
p.project_name AS property_project_name,
p.agent_name,
p.product_owner_name,
p.project_name AS property_project_name,
p.agent_name,
p.product_owner_name,
pt.type_name AS property_type_name,
lt.type_name AS listing_type_name,
wt.type_name AS warehouse_type_name,
Expand Down

0 comments on commit 5683f9f

Please sign in to comment.