Skip to content

Commit

Permalink
feat: adjust seeding script
Browse files Browse the repository at this point in the history
Co-authored-by: Patrick Schmidt <[email protected]>
Signed-off-by: Jonas <[email protected]>
  • Loading branch information
Persists and PatrickSchm1dt committed Jun 20, 2024
1 parent 292fa1a commit 031bcad
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions prisma/seed.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,13 @@ async function seedSingleFacility({
description,
location: {
create: {
latitude: 0,
longitude: 0,
latitude: 37.7749,
longitude: 122.4194,
country: 'United States',
region: 'California',
streetAddress: '123 Main St',
postalCode: '94105',
locality: 'San Francisco',
},
},
variables: {},
Expand Down

0 comments on commit 031bcad

Please sign in to comment.