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:
@ -232,7 +232,7 @@ export class DatabaseEventTriggerListener {
|
||||
|
||||
const isWorkflowEnabled =
|
||||
await this.isFeatureFlagEnabledService.isFeatureEnabled(
|
||||
FeatureFlagKey.IsWorkflowEnabled,
|
||||
FeatureFlagKey.IS_WORKFLOW_ENABLED,
|
||||
workspaceId,
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user