Skip to content

Conversation

@mozsarmate
Copy link
Contributor

No description provided.

@vercel
Copy link

vercel bot commented Feb 19, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
schbody-frontend ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 22, 2025 5:28pm

},
},
status:
currentUser.profilePicture.status === 'PENDING'
Copy link
Contributor

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

Copy link
Contributor

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') {
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants