mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2024-12-26 17:49:09 +00:00
fix typos
This commit is contained in:
parent
4822be0ece
commit
ffd64eb3d2
@ -65,9 +65,9 @@ window.onload = function() {
|
||||
|
||||
function cnt(tn) {
|
||||
user=firebase.auth().currentUser;
|
||||
firebase.firestore().collection("UserAssociations").doc(user.uid).set({
|
||||
tn: 'captain'
|
||||
}, {
|
||||
push={}
|
||||
push[tn]='captian'
|
||||
firebase.firestore().collection("UserAssociations").doc(user.uid).set(push, {
|
||||
merge: true
|
||||
}).then(function() {
|
||||
teamAssoc = firebase.firestore().collection('UserAssociations').doc(user.uid)
|
||||
|
Loading…
Reference in New Issue
Block a user