Skip to content

Commit 88bd80d

Browse files
committed
Fix typecheck
1 parent 27b1a55 commit 88bd80d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/unit/ReportActionsUtilsTest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1466,7 +1466,7 @@ describe('ReportActionsUtils', () => {
14661466
created: '2025-09-29',
14671467
originalMessage: {
14681468
toReportID: report.reportID,
1469-
fromReportID: 1,
1469+
fromReportID: '1',
14701470
},
14711471
};
14721472

0 commit comments

Comments
 (0)