-
Notifications
You must be signed in to change notification settings - Fork 0
fix/status-and-pfp-sync-both-ways #168
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
base: main
Are you sure you want to change the base?
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
| }, | ||
| }, | ||
| status: | ||
| currentUser.profilePicture.status === 'PENDING' |
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.
Ezt egy fv visszaadhatná, 2 ternary egymásban már elég olvashatatlan
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.
String helyett jobb lenne használni az ApplicationStatus enumot
| if (status !== ProfilePictureStatus.PENDING) { | ||
| await this.applicationService.setActiveApplicationsStatus(id, status, tx); | ||
| let appStatus = status; | ||
| if (status === 'PENDING') { |
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.
String helyett jobb lenne használni az ApplicationStatus enumot
No description provided.