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
4822be0ece
commit
ffd64eb3d2
@ -65,9 +65,9 @@ window.onload = function() {
|
|||||||
|
|
||||||
function cnt(tn) {
|
function cnt(tn) {
|
||||||
user=firebase.auth().currentUser;
|
user=firebase.auth().currentUser;
|
||||||
firebase.firestore().collection("UserAssociations").doc(user.uid).set({
|
push={}
|
||||||
tn: 'captain'
|
push[tn]='captian'
|
||||||
}, {
|
firebase.firestore().collection("UserAssociations").doc(user.uid).set(push, {
|
||||||
merge: true
|
merge: true
|
||||||
}).then(function() {
|
}).then(function() {
|
||||||
teamAssoc = firebase.firestore().collection('UserAssociations').doc(user.uid)
|
teamAssoc = firebase.firestore().collection('UserAssociations').doc(user.uid)
|
||||||
|
Loading…
Reference in New Issue
Block a user