This commit is contained in:
Jacob Levine 2019-03-07 19:38:05 -06:00
parent 1f50c6dd16
commit d833d0a183

View File

@ -104,7 +104,7 @@ function reqjt(tn,tc){
push[tn]='scout';
firebase.firestore().collection("UserAssociations").doc(user.uid).set(push, {
merge: true
})then(function(doc) {
}).then(function(doc) {
if (doc.exists) {
list = doc.data()
teamNums = Object.keys(list)