mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2024-12-26 17:49:09 +00:00
dont be stupid
This commit is contained in:
parent
23d6eebff1
commit
64da97bfdc
@ -381,7 +381,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(currentComp).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-' + matchNum).set(push, {
|
||||
merge: true
|
||||
}).then(function() {
|
||||
alert('Submitted!')
|
||||
|
Loading…
Reference in New Issue
Block a user