Skip to content

Commit

Permalink
Merge pull request #38475 from Expensify/dsilva_fixFetchingMissingOny…
Browse files Browse the repository at this point in the history
…xUpdatesToUsePreviousUpdateID

[No QA] Update call to server to use previousUpdateIDFromServer on GetMissingOnyxMessages
  • Loading branch information
mountiny authored Mar 18, 2024
2 parents 623d084 + 381defd commit 0af974d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/actions/OnyxUpdateManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export default () => {
previousUpdateIDFromServer,
lastUpdateIDAppliedToClient,
});
canUnpauseQueuePromise = App.getMissingOnyxUpdates(lastUpdateIDAppliedToClient, lastUpdateIDFromServer);
canUnpauseQueuePromise = App.getMissingOnyxUpdates(lastUpdateIDAppliedToClient, previousUpdateIDFromServer);
}

canUnpauseQueuePromise.finally(() => {
Expand Down

0 comments on commit 0af974d

Please sign in to comment.