Setup alternate domains in apptask configure

This commit is contained in:
Johannes Zellner
2018-06-29 15:07:20 +02:00
parent b1b848de21
commit 9ba78b5b87
2 changed files with 45 additions and 1 deletions

View File

@@ -120,6 +120,8 @@ function postProcess(result) {
assert(result.debugModeJson === null || typeof result.debugModeJson === 'string');
result.debugMode = safe.JSON.parse(result.debugModeJson);
delete result.debugModeJson;
result.alternateDomains = [];
}
function get(id, callback) {