mirror of
https://github.com/aaronpo97/the-biergarten-app.git
synced 2026-02-16 20:13:49 +00:00
Format: format codebase to prettier schema
This commit is contained in:
@@ -28,7 +28,12 @@ const getBreweryPosts = async (
|
||||
await DBClient.instance.breweryPost.findMany({
|
||||
select: {
|
||||
location: {
|
||||
select: { coordinates: true, city: true, country: true, stateOrProvince: true },
|
||||
select: {
|
||||
coordinates: true,
|
||||
city: true,
|
||||
country: true,
|
||||
stateOrProvince: true,
|
||||
},
|
||||
},
|
||||
id: true,
|
||||
name: true,
|
||||
|
||||
Reference in New Issue
Block a user