Skip to content

Commit

Permalink
Merge pull request #23 from czachary9538/master
Browse files Browse the repository at this point in the history
Photo show up in db now?
  • Loading branch information
czachary9538 authored Mar 29, 2024
2 parents dd6b07a + 8c273b4 commit 5e2a154
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hackathon/static/register.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ function submitRegister() {
orientation,
highestEdu: highestEdu[0],
major,
photo
photo: photo[0]
};
if (pronouns.includes("other")) {
failed = pleaseFillInOther(pronounsOther, "pronouns-div") || failed;
Expand Down

0 comments on commit 5e2a154

Please sign in to comment.