mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2024-11-10 06:54:44 +00:00
bugfix 22
This commit is contained in:
parent
0c09631813
commit
28b5c6868e
@ -382,7 +382,7 @@ function subReport() {
|
||||
push[user.uid][name] = document.querySelector('input[name="' + name + '"]:checked').value;
|
||||
}
|
||||
}
|
||||
firebase.firestore().collection("data").doc('team-' + document.getElementById('tns').value).collection(comp).doc("team-" + teamNum).collection('matches').doc('match-' + mselect).set(push, {
|
||||
firebase.firestore().collection("data").doc('team-' + document.getElementById('tns').value).collection(currentComp).doc("team-" + teamNum).collection('matches').doc('match-' + mselect).set(push, {
|
||||
merge: true
|
||||
})
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user