Skip to content

Commit

Permalink
Merge pull request #62 from yrjarv/membership-comment
Browse files Browse the repository at this point in the history
Fix prisma request for membership creation
  • Loading branch information
EricSvebakk authored Oct 29, 2024
2 parents 1b1e2db + 34c3184 commit b5dde20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/(pages)/(main)/volunteering/membership/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ function MembershipPage() {
data: {
name: newMemberName,
email: "",
comments: newMemberComment,
comment: newMemberComment,
seller_id: session.data.user.id,
semester_id: session.data.semester.id,
},
Expand Down

0 comments on commit b5dde20

Please sign in to comment.