mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2024-11-10 06:54:44 +00:00
final fix for the night!
This commit is contained in:
parent
be4ec9ea51
commit
90adb6539a
@ -116,7 +116,7 @@ function subRes() {
|
||||
push['teleOpRocketCargoFailure'] = document.getElementById('TRHU').value
|
||||
|
||||
push['HABClimb'] = document.getElementById('HAB').value
|
||||
firebase.firestore().collection("data").doc('team-' + document.getElementById('tns').value).collection(comp).doc("team-" + document.getElementById('tsn').value).collection(comp).doc("team-" + document.getElementById('tsn').value).collection('matches').doc('match-' + document.getElementById('mn').value).set(push, {
|
||||
firebase.firestore().collection("data").doc('team-' + document.getElementById('tns').value).collection(comp).doc("team-" + document.getElementById('tsn').value).collection('matches').doc('match-' + document.getElementById('mn').value).set(push, {
|
||||
merge: true
|
||||
})
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user