Skip to content

Commit

Permalink
asasasa
Browse files Browse the repository at this point in the history
  • Loading branch information
jmurgolo committed Mar 2, 2024
1 parent 0f39d55 commit a061220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/teamdetails.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ async function submitTeamData( teamname, globalid, teamnumber, teamschool, allia
hangsWithAnother: hangsWithAnother,

attemptsSpotlight: attemptsSpotlight,
coop: coop,
coop: coop
};

const existingTeam = await db.teams.where('globalid').equals(parsedGlobalId).first();
Expand Down

0 comments on commit a061220

Please sign in to comment.