diff options
author | Chocobozzz <me@florianbigard.com> | 2021-01-18 11:59:14 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-01-18 11:59:14 +0100 |
commit | 17e69744091d7f388d91cd32901a0cbe6d26da41 (patch) | |
tree | 923f115617f1768fd920816e5041cf08f34e8afc /server | |
parent | 9dfaa38c9a23a6093faabc06d7b91caecf993dfd (diff) | |
download | PeerTube-17e69744091d7f388d91cd32901a0cbe6d26da41.tar.gz PeerTube-17e69744091d7f388d91cd32901a0cbe6d26da41.tar.zst PeerTube-17e69744091d7f388d91cd32901a0cbe6d26da41.zip |
Fix lint
Diffstat (limited to 'server')
-rw-r--r-- | server/controllers/client.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/controllers/client.ts b/server/controllers/client.ts index 7a279d8d5..538411d99 100644 --- a/server/controllers/client.ts +++ b/server/controllers/client.ts | |||
@@ -4,7 +4,7 @@ import { readFile } from 'fs-extra' | |||
4 | import { join } from 'path' | 4 | import { join } from 'path' |
5 | import { CONFIG } from '@server/initializers/config' | 5 | import { CONFIG } from '@server/initializers/config' |
6 | import { HttpStatusCode } from '@shared/core-utils' | 6 | import { HttpStatusCode } from '@shared/core-utils' |
7 | import { buildFileLocale, getCompleteLocale, I18N_LOCALES, is18nLocale, LOCALE_FILES } from '@shared/core-utils/i18n' | 7 | import { buildFileLocale, getCompleteLocale, is18nLocale, LOCALE_FILES } from '@shared/core-utils/i18n' |
8 | import { root } from '../helpers/core-utils' | 8 | import { root } from '../helpers/core-utils' |
9 | import { STATIC_MAX_AGE } from '../initializers/constants' | 9 | import { STATIC_MAX_AGE } from '../initializers/constants' |
10 | import { ClientHtml, sendHTML, serveIndexHTML } from '../lib/client-html' | 10 | import { ClientHtml, sendHTML, serveIndexHTML } from '../lib/client-html' |