Skip to content

Conversation

@jmgasper
Copy link
Contributor

No description provided.

@jmgasper jmgasper merged commit 1bd30b0 into develop Nov 18, 2025
4 checks passed
*/
async getMemberGroups(memberId: string, dto: GetMemberGroupsDto) {
const returnUuid = dto.uuid;
const returnUuid = dto?.uuid ?? true;

Choose a reason for hiding this comment

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

[⚠️ correctness]
Using the nullish coalescing operator ?? with true as a default value may lead to unexpected behavior if dto.uuid is explicitly set to false. Consider whether this is the intended behavior or if a different default value should be used.

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.

2 participants