Skip to content

Commit 24786fc

Browse files
committed
correct params
1 parent 3abfc45 commit 24786fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libs/API/parameters/ApproveMoneyRequestParams.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ type ApproveMoneyRequestParams = {
1919
* }
2020
* where optimisticReportActionID is the optimistic report action ID and oldReportActionID is the old report action ID
2121
*/
22-
optimisticReportActionCopyIDs?: Record<string, string>;
22+
optimisticReportActionCopyIDs?: string;
2323

2424
/** The optimistic action ID for the report created for unapproved transactions */
2525
optimisticCreatedReportForUnapprovedTransactionsActionID?: string;

0 commit comments

Comments
 (0)