JenswBE 2023-10-15 12:04:42 +02:00 committed by Bastien Wirtz
parent 504efe01cb
commit f160caecfa

View File

@ -245,7 +245,7 @@ export default {
return response
.text()
.then((body) => {
return parse(body);
return parse(body, {merge: true});
})
.then(function (config) {
if (config.externalConfig) {