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