fix lint errors

This commit is contained in:
dkanada
2020-05-12 16:27:30 +09:00
committed by GitHub
parent 8c3e72fe7b
commit f7c692d14e
+1 -1
View File
@@ -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;