Skip to content

Commit

Permalink
fix comment c+
Browse files Browse the repository at this point in the history
  • Loading branch information
cretadn22 committed Jun 18, 2024
1 parent 4f41bd0 commit e74a697
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions src/libs/actions/Policy/Policy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1689,15 +1689,7 @@ function buildPolicyData(policyOwnerEmail = '', makeMeAdmin = false, policyName
{
onyxMethod: Onyx.METHOD.MERGE,
key: `${ONYXKEYS.COLLECTION.POLICY}${policyID}`,
value: {
employeeList: null,
pendingAction: null,
pendingFields: {
autoReporting: null,
approvalMode: null,
reimbursementChoice: null,
},
},
value: {employeeList: null},
},
{
onyxMethod: Onyx.METHOD.SET,
Expand Down

0 comments on commit e74a697

Please sign in to comment.