Skip to content

Commit

Permalink
Update UserEntityService.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
kakkokari-gtyih authored Jul 13, 2024
1 parent 4abde49 commit cd850d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/backend/src/core/entities/UserEntityService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@ export class UserEntityService implements OnModuleInit {
name: r.name,
iconUrl: r.iconUrl,
displayOrder: r.displayOrder,
})),
}))
) : undefined,

...(isDetailed ? {
Expand Down

0 comments on commit cd850d5

Please sign in to comment.