Skip to content

Commit

Permalink
Add test log
Browse files Browse the repository at this point in the history
  • Loading branch information
DinerIsmail committed Sep 16, 2023
1 parent f3ca26e commit 1e287f4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pages/api/webs/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ const handler = async (
? stringToBoolean(req.query.withListings as string)
: false

console.log('DINER', 'fetching webs from database')

try {
const webs: Data['webs'] = await prisma.location.findMany({
include: withListings
Expand Down

1 comment on commit 1e287f4

@vercel
Copy link

@vercel vercel bot commented on 1e287f4 Sep 16, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.