Skip to content

Commit

Permalink
Update apps/api/src/app/workflows-v1/workflow-v1.controller.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
rifont authored Nov 14, 2024
1 parent 3512c76 commit 282e7db
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/api/src/app/workflows-v1/workflow-v1.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ export class WorkflowControllerV1 {
description: body.description,
workflowId: body.identifier,
defaultPreferences: DEFAULT_WORKFLOW_PREFERENCES,

userPreferences:
body.preferenceSettings &&
buildWorkflowPreferencesFromPreferenceChannels(body.critical ?? false, body.preferenceSettings),
Expand Down

0 comments on commit 282e7db

Please sign in to comment.