mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2024-11-10 06:54:44 +00:00
fix typo
This commit is contained in:
parent
1f50c6dd16
commit
d833d0a183
@ -104,7 +104,7 @@ function reqjt(tn,tc){
|
|||||||
push[tn]='scout';
|
push[tn]='scout';
|
||||||
firebase.firestore().collection("UserAssociations").doc(user.uid).set(push, {
|
firebase.firestore().collection("UserAssociations").doc(user.uid).set(push, {
|
||||||
merge: true
|
merge: true
|
||||||
})then(function(doc) {
|
}).then(function(doc) {
|
||||||
if (doc.exists) {
|
if (doc.exists) {
|
||||||
list = doc.data()
|
list = doc.data()
|
||||||
teamNums = Object.keys(list)
|
teamNums = Object.keys(list)
|
||||||
|
Loading…
Reference in New Issue
Block a user