Update enums to be all caps (#12372)
- Make custom domain public (remove from lab) - Use ALL_CAPS definition for enums
This commit is contained in:
@@ -123,7 +123,7 @@ export class UserResolver {
|
||||
) {
|
||||
const isPermissionsV2Enabled =
|
||||
await this.featureFlagService.isFeatureEnabled(
|
||||
FeatureFlagKey.IsPermissionsV2Enabled,
|
||||
FeatureFlagKey.IS_PERMISSIONS_V2_ENABLED,
|
||||
workspace.id,
|
||||
);
|
||||
|
||||
@@ -334,7 +334,7 @@ export class UserResolver {
|
||||
})
|
||||
supportUserHash(@Parent() parent: User): string | null {
|
||||
if (
|
||||
this.twentyConfigService.get('SUPPORT_DRIVER') !== SupportDriver.Front
|
||||
this.twentyConfigService.get('SUPPORT_DRIVER') !== SupportDriver.FRONT
|
||||
) {
|
||||
return null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user