Skip to content

Commit

Permalink
Update seed.ts
Browse files Browse the repository at this point in the history
Bug fix
  • Loading branch information
otobot1 committed Oct 29, 2023
1 parent 89ba7d6 commit 6488bb6
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 @@ -226,7 +226,7 @@ const main = async () => {
});


if (process.env.SEED_RANDOM_DATA) await seedRandomData();
if (process.env.SEED_RANDOM_DATA === "true") await seedRandomData();
};


Expand Down

0 comments on commit 6488bb6

Please sign in to comment.