Skip to content

Commit

Permalink
npm run format
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean-M22 committed May 20, 2024
1 parent 59de027 commit 5468795
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion prisma/seed-dev.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ import { PrismaClient, Role, StudyCycle, FacultyTaxType } from "@prisma/client";
const prisma = new PrismaClient();

async function main() {
if (!process.env.EUPLATESC_KEY) throw Error("Missing EUPLATESC_KEY env variable");
if (!process.env.EUPLATESC_KEY)
throw Error("Missing EUPLATESC_KEY env variable");

const euPlatescAccounts = [];
for (let i = 1; i <= 25; i++) {
Expand Down

0 comments on commit 5468795

Please sign in to comment.