return isPlaatform boolean to detect if user is a platfor user (#14570)

This commit is contained in:
Rajiv Sahal
2024-04-13 18:42:25 +05:30
committed by GitHub
parent 8ad80f7ac3
commit 98f94ea694
@@ -358,6 +358,7 @@ export class ProfileRepository {
metadata: true,
bannerUrl: true,
isPrivate: true,
isPlatform: true,
organizationSettings: {
select: {
lockEventTypeCreationForUsers: true,