Skip to content

Commit 2b7db2c

Browse files
committed
lint
1 parent 289bb84 commit 2b7db2c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ROUTES.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -724,7 +724,7 @@ const ROUTES = {
724724
if (!transactionID) {
725725
Log.warn('Invalid transactionID is used to build the MONEY_REQUEST_RECEIPT_PREVIEW route');
726726
}
727-
return `${action}/${iouType}/receipt/${transactionID}/${reportID}?readonly=false`;
727+
return `${action}/${iouType}/receipt/${transactionID}/${reportID}?readonly=false` as const;
728728
},
729729
},
730730
MONEY_REQUEST_EDIT_REPORT: {

0 commit comments

Comments
 (0)