Skip to content

Commit 1fcb9d3

Browse files
committed
Already defined in prisma
1 parent 26d9178 commit 1fcb9d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/webapp/app/models/project.server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ export async function createProject(
102102
},
103103
externalRef: `proj_${externalRefGenerator()}`,
104104
version: version === "v3" ? "V3" : "V2",
105-
onboardingData: onboardingData ?? undefined,
105+
onboardingData,
106106
},
107107
include: {
108108
organization: {

0 commit comments

Comments
 (0)