b
This commit is contained in:
@@ -20,10 +20,9 @@ export async function GET(req: NextRequest) {
|
||||
})
|
||||
}
|
||||
|
||||
// Get listings in that neighborhood that are local approved
|
||||
// Get listings in that neighborhood
|
||||
const listings = await mockDb.getListings({
|
||||
neighborhoodId: neighborhood.id,
|
||||
isLocalApproved: true
|
||||
neighborhoodId: neighborhood.id
|
||||
})
|
||||
|
||||
// Format response matching widget needs
|
||||
|
||||
Reference in New Issue
Block a user