diff --git a/src/libs/actions/App.js b/src/libs/actions/App.js index 157f40a47b71..709ad2133e46 100644 --- a/src/libs/actions/App.js +++ b/src/libs/actions/App.js @@ -263,7 +263,7 @@ Onyx.connect({ lastUpdateIDAppliedToClient, }); SequentialQueue.pause(); - getMissingOnyxUpdates(lastUpdateIDAppliedToClient, lastUpdateIDFromServer).then(SequentialQueue.unpause); + getMissingOnyxUpdates(lastUpdateIDAppliedToClient, lastUpdateIDFromServer).finally(SequentialQueue.unpause); } if (lastUpdateIDFromServer > lastUpdateIDAppliedToClient) {