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