fix lint errors
This commit is contained in:
@@ -11,7 +11,7 @@ function getConfig() {
|
||||
}
|
||||
|
||||
function getDefaultConfig() {
|
||||
console.warn('web config file is missing so the template will be used')
|
||||
console.warn('web config file is missing so the template will be used');
|
||||
return fetch('/config.template.json').then(function (response) {
|
||||
data = response.json();
|
||||
return data;
|
||||
|
||||
Reference in New Issue
Block a user