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