Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mkzie2 committed Dec 18, 2024
1 parent 02d8152 commit 71d9b23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/ReportUtilsTest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -914,7 +914,7 @@ describe('ReportUtils', () => {
const reportActionCollectionDataSet = toCollectionDataSet(
ONYXKEYS.COLLECTION.REPORT_ACTIONS,
reportActions.map((reportAction) => ({[reportAction.reportActionID]: reportAction})),
(actions) => Object.values(actions).at(0)?.reportActionID ?? '',
(actions) => Object.values(actions).at(0)?.reportActionID ?? `${CONST.DEFAULT_NUMBER_ID}`,
);
Onyx.multiSet({
...reportCollectionDataSet,
Expand Down

0 comments on commit 71d9b23

Please sign in to comment.