Skip to content

Commit

Permalink
Fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
mountiny committed Jan 20, 2023
1 parent f1ff02d commit 3574093
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/libs/actions/Policy.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,15 +102,15 @@ function deleteWorkspace(policyID, reports, policyName) {
highestSequenceNumber + 1,
ownerEmail,
policyName,
CONST.REPORT.ARCHIVE_REASON.POLICY_DELETED
CONST.REPORT.ARCHIVE_REASON.POLICY_DELETED,
);
const optimisticReportActions = {};
optimisticReportActions[optimisticClosedReportAction.clientID] = optimisticClosedReportAction;
return {
onyxMethod: CONST.ONYX.METHOD.MERGE,
key: `${ONYXKEYS.COLLECTION.REPORT_ACTIONS}${reportID}`,
value: optimisticReportActions,
}
};
}),
];

Expand Down

0 comments on commit 3574093

Please sign in to comment.