mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2024-11-10 06:54:44 +00:00
fix typos
This commit is contained in:
parent
6652918ae8
commit
e0c159de00
@ -69,7 +69,8 @@ function cnt(tn) {
|
||||
}, {
|
||||
merge: true
|
||||
}).then(
|
||||
teamAssoc = firebase.firestore().collections('UserAssociations').doc(user.uid) teamAssoc.get().then(function(doc) {
|
||||
teamAssoc = firebase.firestore().collections('UserAssociations').doc(user.uid);
|
||||
teamAssoc.get().then(function(doc) {
|
||||
if (doc.exists) {
|
||||
list = doc.data()
|
||||
teamNums = Object.keys(list)
|
||||
|
Loading…
Reference in New Issue
Block a user