Skip to content

Commit

Permalink
refactor(server): Remove project_name from properties API response
Browse files Browse the repository at this point in the history
  • Loading branch information
csulit committed Oct 30, 2024
1 parent 1f36008 commit 113c583
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,6 @@ app.get("/api/properties", async (c: Context) => {
l.id AS listing_id,
l.title,
l.url,
l.project_name,
l.description,
l.is_scraped,
l.price,
Expand Down

0 comments on commit 113c583

Please sign in to comment.