Skip to content

Commit

Permalink
Comment out session seed data
Browse files Browse the repository at this point in the history
  • Loading branch information
PokeJofeJr4th committed Sep 15, 2024
1 parent 4e2cd43 commit 77f3ff4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions next/prisma/seed.ts
Original file line number Diff line number Diff line change
Expand Up @@ -571,9 +571,9 @@ async function main() {
await seedHourBlock();
await seedSchedule();
await seedGoLinks();
await seedAccount();
await seedSession();
await seedVerificationToken();
// await seedAccount();
// await seedSession();
// await seedVerificationToken();
} catch (e) {
console.error(e);
}
Expand Down

0 comments on commit 77f3ff4

Please sign in to comment.