From 17e69744091d7f388d91cd32901a0cbe6d26da41 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 18 Jan 2021 11:59:14 +0100 Subject: [PATCH] Fix lint --- server/controllers/client.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' import { join } from 'path' import { CONFIG } from '@server/initializers/config' import { HttpStatusCode } from '@shared/core-utils' -import { buildFileLocale, getCompleteLocale, I18N_LOCALES, is18nLocale, LOCALE_FILES } from '@shared/core-utils/i18n' +import { buildFileLocale, getCompleteLocale, is18nLocale, LOCALE_FILES } from '@shared/core-utils/i18n' import { root } from '../helpers/core-utils' import { STATIC_MAX_AGE } from '../initializers/constants' import { ClientHtml, sendHTML, serveIndexHTML } from '../lib/client-html'