Skip to content

Commit 258b0ed

Browse files
committed
🐞 fix: update delegation data import paths for mini MUN 2024 seed files
1 parent 4a2b61d commit 258b0ed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

prisma/custom_seeds/seed_mini_mun2024.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { $Enums, PrismaClient } from "@prisma/client";
2-
import delegationData from "./mun-sh_delegations.json";
2+
import delegationData from "./mun-sh2024_delegations.json
33
const prisma = new PrismaClient();
44

55
try {

prisma/custom_seeds/seed_mun-sh2024.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { $Enums, PrismaClient } from "@prisma/client";
2-
import delegationData from "./mun-sh_delegations.json";
2+
import delegationData from "./mun-sh2024_delegations.json";
33
const prisma = new PrismaClient();
44

55
try {

0 commit comments

Comments
 (0)