mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2025-09-06 06:57:21 +00:00
fix typo
This commit is contained in:
@@ -56,7 +56,8 @@ function subRes() {
|
|||||||
firebase.firestore().collection('teamData').doc('team-' + document.getElementById('tns').value).get().then(function(doc) {
|
firebase.firestore().collection('teamData').doc('team-' + document.getElementById('tns').value).get().then(function(doc) {
|
||||||
if (doc.exists) {
|
if (doc.exists) {
|
||||||
comp = doc.data()['currentCompetition'];
|
comp = doc.data()['currentCompetition'];
|
||||||
).then(function() {
|
}
|
||||||
|
}).then(function() {
|
||||||
|
|
||||||
|
|
||||||
var user = firebase.auth().currentUser;
|
var user = firebase.auth().currentUser;
|
||||||
|
Reference in New Issue
Block a user