We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c30ad40 commit 2d492caCopy full SHA for 2d492ca
1 file changed
src/libs/actions/IOU.ts
@@ -11188,7 +11188,7 @@ function updateLastLocationPermissionPrompt() {
11188
Onyx.set(ONYXKEYS.NVP_LAST_LOCATION_PERMISSION_PROMPT, new Date().toISOString());
11189
}
11190
11191
-function setMultipleMoneyRequestParticipantsFromReport(transactionIDs: string[], reportValue: OnyxEntry<Report>) {
+function setMultipleMoneyRequestParticipantsFromReport(transactionIDs: string[], reportValue: OnyxEntry<OnyxTypes.Report>) {
11192
const participants = getMoneyRequestParticipantsFromReport(reportValue);
11193
const updatedTransactions: Record<`${typeof ONYXKEYS.COLLECTION.TRANSACTION_DRAFT}${string}`, NullishDeep<OnyxTypes.Transaction>> = {};
11194
transactionIDs.forEach((transactionID) => {
0 commit comments