Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
willuhmjs committed Nov 26, 2024
1 parent 32118af commit 9756e6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/seed.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Difficulty, PrismaClient } from '@prisma/client';
export const prisma = new PrismaClient();
import dayjs from 'dayjs';
import utc from 'dayjs/plugin/utc';
import utc from 'dayjs/plugin/utc.js';
dayjs.extend(utc);

const getPastDate = (fromToday) => {
Expand Down

0 comments on commit 9756e6d

Please sign in to comment.