mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2024-11-10 06:54:44 +00:00
bugfix 13
This commit is contained in:
parent
a95684213c
commit
733c7cbfe7
@ -195,9 +195,9 @@ function addMatch(matchNum, seriesNum, position) {
|
||||
}).then(function() {
|
||||
if (success) {
|
||||
ti = firebase.firestore().collection('matchSignupsIndividual').doc(user.uid).collection("team-" + teamNum).doc(currentComp);
|
||||
label = "match-" + matchNum.toString() + " " + position
|
||||
label =
|
||||
push = {
|
||||
label: {
|
||||
`match-${matchNum.toString()} ${position}`: {
|
||||
'completed': false,
|
||||
'series': seriesNum.toString()
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user