Skip to content

Commit

Permalink
Merge pull request #28290 from Expensify/dsilva_RemoveOnyxUpdateQueue…
Browse files Browse the repository at this point in the history
…OnSave

Adding call to clear key onyxUpdatesFromServer
  • Loading branch information
danieldoglas authored Sep 27, 2023
2 parents 3965726 + ef9c759 commit ddc846c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libs/actions/OnyxUpdateManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ export default () => {
canUnpauseQueuePromise.finally(() => {
OnyxUpdates.apply(updateParams).finally(() => {
console.debug('[OnyxUpdateManager] Done applying all updates');
Onyx.set(ONYXKEYS.ONYX_UPDATES_FROM_SERVER, null);
SequentialQueue.unpause();
});
});
Expand Down

0 comments on commit ddc846c

Please sign in to comment.