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

remove eslint-enable indent

This commit is contained in:
grafixeyehero 2021-09-08 03:28:04 +03:00
parent d6c00aa6f4
commit 0cda86dfdd

View file

@ -10,8 +10,6 @@ import '../formdialog.scss';
import '../../elements/emby-button/emby-button';
import alert from '../alert';
/* eslint-disable indent */
function getSystemInfo() {
return systemInfo ? Promise.resolve(systemInfo) : ApiClient.getPublicSystemInfo().then(
info => {
@ -308,5 +306,4 @@ import alert from '../alert';
};
}
/* eslint-enable indent */
export default DirectoryBrowser;