Skip to content

Commit 886ca8d

Browse files
committed
fix: Added InterestMethod to seed to avoid error during build
1 parent 0eefd18 commit 886ca8d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

prisma/seed.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Language, PrismaClient } from "@prisma/client";
1+
import { InterestMethod, Language, PrismaClient } from "@prisma/client";
22

33
import { hashPassword } from "@/lib/utils/password";
44

@@ -35,6 +35,7 @@ async function main() {
3535
configuration: {
3636
create: {
3737
name: "Development GmbH",
38+
interestMethod: InterestMethod.ACT_360_COMPOUND
3839
},
3940
},
4041
managers: { connect: { id: user.id } },

0 commit comments

Comments
 (0)