Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
NovaSagittarii committed Nov 16, 2023
1 parent ed75e97 commit 4f2b537
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/api/participants/route.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ export async function GET() {
grade,
gender,
shirt,
diet: diet.join(','),
diet: diet.join(","),
timestamp,
resume: resume || "",
status: roles.participants,
Expand Down

0 comments on commit 4f2b537

Please sign in to comment.