Skip to content

Commit 2d492ca

Browse files
committed
fix lint
1 parent c30ad40 commit 2d492ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/libs/actions/IOU.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11188,7 +11188,7 @@ function updateLastLocationPermissionPrompt() {
1118811188
Onyx.set(ONYXKEYS.NVP_LAST_LOCATION_PERMISSION_PROMPT, new Date().toISOString());
1118911189
}
1119011190

11191-
function setMultipleMoneyRequestParticipantsFromReport(transactionIDs: string[], reportValue: OnyxEntry<Report>) {
11191+
function setMultipleMoneyRequestParticipantsFromReport(transactionIDs: string[], reportValue: OnyxEntry<OnyxTypes.Report>) {
1119211192
const participants = getMoneyRequestParticipantsFromReport(reportValue);
1119311193
const updatedTransactions: Record<`${typeof ONYXKEYS.COLLECTION.TRANSACTION_DRAFT}${string}`, NullishDeep<OnyxTypes.Transaction>> = {};
1119411194
transactionIDs.forEach((transactionID) => {

0 commit comments

Comments
 (0)