Skip to content

Commit

Permalink
fix:minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
Paribesh01 committed Oct 27, 2024
1 parent 3c2a882 commit 709ddfb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion prisma/seed.ts
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,6 @@ let jobs = [
async function seedUsers() {
try {
const hashedPassword = await bcrypt.hash('123456', 10);
console.log(users)
for (const u of users) {
try {
await prisma.user.upsert({
Expand Down

0 comments on commit 709ddfb

Please sign in to comment.