Skip to content

Commit ab7da11

Browse files
committed
Update submit-project.ts
1 parent 9310749 commit ab7da11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/actions/submit-project.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export async function submitProject(_prevState: any, data: FormData) {
5050
users: {
5151
create: {
5252
userId: session.user.id,
53-
role: "Founder",
53+
role: "Submitter",
5454
},
5555
},
5656
},

0 commit comments

Comments
 (0)