We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 289bb84 commit 2b7db2cCopy full SHA for 2b7db2c
1 file changed
src/ROUTES.ts
@@ -724,7 +724,7 @@ const ROUTES = {
724
if (!transactionID) {
725
Log.warn('Invalid transactionID is used to build the MONEY_REQUEST_RECEIPT_PREVIEW route');
726
}
727
- return `${action}/${iouType}/receipt/${transactionID}/${reportID}?readonly=false`;
+ return `${action}/${iouType}/receipt/${transactionID}/${reportID}?readonly=false` as const;
728
},
729
730
MONEY_REQUEST_EDIT_REPORT: {
0 commit comments