Skip to content

Commit 509bd7b

Browse files
authored
Merge pull request Expensify#65930 from getusha/fix-tscheck
[No QA] fix: failing ts check
2 parents 8c5ab14 + 13bb8b8 commit 509bd7b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/unit/SidebarUtilsTest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1056,7 +1056,7 @@ describe('SidebarUtils', () => {
10561056
parentReportID: policyExpenseChat.reportID,
10571057
parentReportActionID: lastReportPreviewAction.reportActionID,
10581058
chatReportID: policyExpenseChat.reportID,
1059-
};
1059+
} as Report;
10601060
const iouAction = {
10611061
actionName: CONST.REPORT.ACTIONS.TYPE.IOU,
10621062
originalMessage: {

0 commit comments

Comments
 (0)