Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
twilight2294 authored Mar 9, 2025
1 parent 13aee24 commit 8857f46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/actions/Policy/Policy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1803,7 +1803,7 @@ function buildPolicyData(
autoReportingFrequency: shouldEnableWorkflowsByDefault ? CONST.POLICY.AUTO_REPORTING_FREQUENCIES.IMMEDIATE : CONST.POLICY.AUTO_REPORTING_FREQUENCIES.INSTANT,
approvalMode: CONST.POLICY.APPROVAL_MODE.OPTIONAL,
harvesting: {
enabled: shouldEnableWorkflowsByDefault ? false : true,
enabled: !shouldEnableWorkflowsByDefault,
},
customUnits,
areCategoriesEnabled: true,
Expand Down

0 comments on commit 8857f46

Please sign in to comment.