diff --git a/src/apps.js b/src/apps.js index 3ce8c4709..816ff8ad2 100644 --- a/src/apps.js +++ b/src/apps.js @@ -1368,6 +1368,7 @@ function repair(appId, data, auditSource, callback) { requiredState: null }; + // maybe split this into a separate route like reinstall? if (errorState === exports.ISTATE_PENDING_INSTALL || errorState === exports.ISTATE_PENDING_CLONE) { task.args = { overwriteDns: true }; if (data.manifest) {