Skip to content

Commit

Permalink
Merge pull request #889 from acm-ucr/NovaSagittarii/string
Browse files Browse the repository at this point in the history
format diet string[] as string
  • Loading branch information
shahdivyank authored Nov 18, 2023
2 parents 9133e2b + 4f2b537 commit 794d6f1
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: diet.join(","),
timestamp,
resume: resume || "",
status: roles.participants,
Expand Down

0 comments on commit 794d6f1

Please sign in to comment.