Skip to content

Commit

Permalink
return isPlaatform boolean to detect if user is a platfor user (calco…
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryukemeister authored Apr 13, 2024
1 parent 8ad80f7 commit 98f94ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/lib/server/repository/profile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,7 @@ export class ProfileRepository {
metadata: true,
bannerUrl: true,
isPrivate: true,
isPlatform: true,
organizationSettings: {
select: {
lockEventTypeCreationForUsers: true,
Expand Down

0 comments on commit 98f94ea

Please sign in to comment.