mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2024-12-28 02:09:08 +00:00
fix typos
This commit is contained in:
parent
6652918ae8
commit
e0c159de00
@ -69,7 +69,8 @@ function cnt(tn) {
|
|||||||
}, {
|
}, {
|
||||||
merge: true
|
merge: true
|
||||||
}).then(
|
}).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) {
|
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