-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor: enable no-unsafe-member-access (@miodec) #5887
Conversation
Continuous integration check(s) failed. Please review the failing check's logs and make the necessary changes. |
Continuous integration check(s) failed. Please review the failing check's logs and make the necessary changes. |
Continuous integration check(s) failed. Please review the failing check's logs and make the necessary changes. |
backend/src/utils/auth.ts
Outdated
const uid = ( | ||
await FirebaseAdmin() | ||
.auth() | ||
.getUserByEmail(email + 1) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
email + 1?!
Description
Checks
_list.json
,_groups.json
and addlanguages.json
?Closes #