Skip to content

Commit

Permalink
fix: module declares locally, but not exported
Browse files Browse the repository at this point in the history
  • Loading branch information
FreekBes committed Dec 23, 2024
1 parent fe00ffa commit 6e6b78d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/sync/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import { cleanupDB } from "./cleanup";
import { syncProjects } from "./projects";
import { syncCursusUsers } from './cursus_users';
import { syncScores } from './scores';
import { intraScoreSyncingPossible } from '../handlers/intrascores';
import { getBlocAtDate } from '../utils';

export const prisma = new PrismaClient();
Expand Down

0 comments on commit 6e6b78d

Please sign in to comment.