This commit is contained in:
Jacob Levine
2019-03-18 17:54:34 -05:00
parent 1fdd80e31b
commit da315ac908
2 changed files with 4 additions and 4 deletions

View File

@@ -195,10 +195,10 @@ function addMatch(matchNum, seriesNum, position) {
}).then(function() {
if (success) {
ti = firebase.firestore().collection('matchSignupsIndividual').doc(user.uid).collection("team-" + teamNum).doc(currentComp);
push = {
"match-" + matchNum.toString()+" "+position: {
label="match-" + matchNum.toString()+" "+position
push = {label: {
'completed': false,
series: seriesNum.toString()
'series': seriesNum.toString()
}
}
cityRef.set(push, {