Skip to content

Added an option to return all users #94

Merged
avsomers25 merged 9 commits intodevfrom
read-all
Apr 15, 2025
Merged

Added an option to return all users #94
avsomers25 merged 9 commits intodevfrom
read-all

Conversation

@RyamL1221
Copy link
Collaborator

No description provided.

@RyamL1221 RyamL1221 requested a review from ethxng March 5, 2025 02:49
@RyamL1221 RyamL1221 closed this Mar 5, 2025
@RyamL1221 RyamL1221 reopened this Mar 5, 2025

const lookupEmail = event.body.email.toLowerCase();
if (!authUser.role['director'] && !authUser.role['organizer'] && authUser.email !== lookupEmail) {
if (
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i think you may want to make this a little more clear. although ur conditions are fine, it seems too clustered and can be broken down further

@avsomers25 avsomers25 merged commit 04f4d92 into dev Apr 15, 2025
2 checks passed
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