diff --git a/platform/persistence/queue/src/PersistenceFailureHandler.js b/platform/persistence/queue/src/PersistenceFailureHandler.js index 0b43f0d74a..5b4f764875 100644 --- a/platform/persistence/queue/src/PersistenceFailureHandler.js +++ b/platform/persistence/queue/src/PersistenceFailureHandler.js @@ -54,7 +54,7 @@ define( // Prompt for user input, the overwrite if they said so. return dialogService.getUserChoice(dialogModel) - .then(handleChoice); + .then(handleChoice, handleChoice); } return {