Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Manan <[email protected]>
  • Loading branch information
shubham1206agra and mananjadhav authored Jul 3, 2024
1 parent c816f5a commit fcf928e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/actions/connections/NetSuiteCommands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,7 @@ function updateNetSuiteEnableNewCategories(policyID: string, value: boolean, old
policyID,
enabled: value,
};
API.write(WRITE_COMMANDS.UPDATE_NETSUITE_SYNC_PEOPLE, parameters, onyxData);
API.write(WRITE_COMMANDS.UPDATE_NETSUITE_ENABLE_NEW_CATEGORIES, parameters, onyxData);
}

function updateNetSuiteCustomFormIDOptionsEnabled(policyID: string, value: boolean, oldValue?: boolean) {
Expand Down

0 comments on commit fcf928e

Please sign in to comment.