1
0
Fork 0
mirror of https://github.com/bastienwirtz/homer.git synced 2026-01-23 10:25:19 +00:00
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) {