Skip to content

Commit

Permalink
lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ulfgebhardt committed Dec 12, 2023
1 parent a450083 commit 787e990
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prisma/seed.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ main()
// eslint-disable-next-line no-console
console.error(e)
await prisma.$disconnect()
process.exit(1)
throw e
})

0 comments on commit 787e990

Please sign in to comment.