Skip to content

Commit

Permalink
fix(heroku): add seeder exit
Browse files Browse the repository at this point in the history
  • Loading branch information
detunjiSamuel committed Oct 19, 2022
1 parent e803a86 commit f7eab69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion seed/seeder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ async function seed() {
Savings,
});
console.log('seed complete');
// process.exit(0)
process.exit(0)
}

async function handleAll(models: any) {
Expand Down

0 comments on commit f7eab69

Please sign in to comment.