1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

fix lint errors

This commit is contained in:
dkanada 2020-05-12 16:27:30 +09:00 committed by GitHub
parent 8c3e72fe7b
commit f7c692d14e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,7 +11,7 @@ function getConfig() {
} }
function getDefaultConfig() { 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) { return fetch('/config.template.json').then(function (response) {
data = response.json(); data = response.json();
return data; return data;