fix: extra semicolon removed (#338)

pull/344/head
Tom Arra 3 years ago committed by GitHub
parent de3569c479
commit faba9ed85b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -13,7 +13,7 @@ service cloud.firestore {
} }
function isAuthedUser(auth) { 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 // Leaderboard can be read if it doesn't contain any prohibited initials

Loading…
Cancel
Save