mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2024-11-12 22:26:18 +00:00
fix typo
This commit is contained in:
parent
ee4ee316dd
commit
2c9e553b57
@ -48,7 +48,7 @@ window.onload = function() {
|
|||||||
window.location.replace('../');
|
window.location.replace('../');
|
||||||
}
|
}
|
||||||
teamAssoc = firebase.firestore().collection('UserAssociations').doc(user.uid);
|
teamAssoc = firebase.firestore().collection('UserAssociations').doc(user.uid);
|
||||||
teamAssoc.get()..then(function(doc) {
|
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