Skip to content

Commit

Permalink
zazaza
Browse files Browse the repository at this point in the history
  • Loading branch information
jmurgolo committed Mar 2, 2024
1 parent 3789c18 commit edc3ef0
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 @@ -24,7 +24,7 @@ document.addEventListener('DOMContentLoaded', async () => {

async function submitTeamData( teamname, globalid, teamnumber, teamschool, alliancescore, moreinfo, Leaveszone, scores1amp, scores1speaker, picksup, scores2amp, scores2speaker, amp, Preferred, prefintake, spotlight, trap, alone, hangsWithAnother, attemptsSpotlight, coop) {
try {
const parsedGlobalId = parseInt(globalId, 10);
const parsedGlobalId = parseInt(globalid, 10);

const teamData = {
teamname: teamName,
Expand Down

0 comments on commit edc3ef0

Please sign in to comment.