fix: extra semicolon removed

pull/338/head
Tom Arra 3 years ago
parent de3569c479
commit 0191c71e4f

@ -13,7 +13,7 @@ service cloud.firestore {
}
function isAuthedUser(auth) {
return request.auth.uid != null; && auth.token.firebase.sign_in_provider == "anonymous"
return request.auth.uid != null && auth.token.firebase.sign_in_provider == "anonymous"
}
// Leaderboard can be read if it doesn't contain any prohibited initials

Loading…
Cancel
Save