Skip to content

Commit

Permalink
Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
JiashuHarryHuang committed Apr 27, 2024
1 parent 35dd400 commit b395ba1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/api/event/[id]/apply.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export default async function handler(

// query volunteerApplication by event id attributes
const volunteerApplication = await VolunteerApplications.findOne({
event: id
event: id,
});

if (!volunteerApplication) {
Expand Down

0 comments on commit b395ba1

Please sign in to comment.