Skip to content

Commit

Permalink
Update seedDatabase.js
Browse files Browse the repository at this point in the history
  • Loading branch information
dhakalaashish committed Jan 22, 2024
1 parent c6c96d9 commit d2e2c6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/server/seeders/seedDatabase.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const { seedSiteAlertsAndNotifications } = require('./seedSiteAlertsAndNotificat

async function seedDatabase(numberOfUsers, numberOfGeoEvents) {
try {
// await seedGeoEvents(numberOfGeoEvents);
await seedGeoEvents(numberOfGeoEvents);
await seedUsers(numberOfUsers);
await seedSites(numberOfUsers);
await seedAlertMethods(numberOfUsers);
Expand Down

0 comments on commit d2e2c6f

Please sign in to comment.