diff --git a/src/libs/actions/IOU.ts b/src/libs/actions/IOU.ts index a25a5d3032b6..d4b6595600c0 100644 --- a/src/libs/actions/IOU.ts +++ b/src/libs/actions/IOU.ts @@ -1839,7 +1839,7 @@ function getDeleteTrackExpenseInformation( ]; // Ensure that any remaining data is removed upon successful completion, even if the server sends a report removal response. - // This is done to prevent the removal update from lingering in the applyHTTPSOnyxUpdates function. + // This is done to prevent the removal update from lingering in the applyHTTPSOnyxUpdates function. if (shouldDeleteTransactionThread && transactionThread) { successData.push({ onyxMethod: Onyx.METHOD.MERGE, @@ -5885,7 +5885,7 @@ function deleteMoneyRequest(transactionID: string, reportAction: OnyxTypes.Repor ]; // Ensure that any remaining data is removed upon successful completion, even if the server sends a report removal response. - // This is done to prevent the removal update from lingering in the applyHTTPSOnyxUpdates function. + // This is done to prevent the removal update from lingering in the applyHTTPSOnyxUpdates function. if (shouldDeleteTransactionThread && transactionThread) { successData.push({ onyxMethod: Onyx.METHOD.MERGE, diff --git a/src/libs/actions/Report.ts b/src/libs/actions/Report.ts index 4fcfb0dde138..5ce3245aa827 100644 --- a/src/libs/actions/Report.ts +++ b/src/libs/actions/Report.ts @@ -2916,7 +2916,7 @@ function leaveGroupChat(reportID: string) { } // Ensure that any remaining data is removed upon successful completion, even if the server sends a report removal response. - // This is done to prevent the removal update from lingering in the applyHTTPSOnyxUpdates function. + // This is done to prevent the removal update from lingering in the applyHTTPSOnyxUpdates function. const successData: OnyxUpdate[] = [ { onyxMethod: Onyx.METHOD.MERGE,