summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2021-08-19 21:57:36 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2021-08-19 21:57:36 +0900
commit6d881d4570da11927616cb2ce5deda8c8a45baa5 (patch)
tree62b3f4a48ed4bfaa2a5f1cd84e12ed29f9e47934 /src
parentfix: mochaが動かないため拡張子なしに戻した (diff)
downloadsharkey-6d881d4570da11927616cb2ce5deda8c8a45baa5.tar.gz
sharkey-6d881d4570da11927616cb2ce5deda8c8a45baa5.tar.bz2
sharkey-6d881d4570da11927616cb2ce5deda8c8a45baa5.zip
fix import
Diffstat (limited to 'src')
-rw-r--r--src/server/web/index.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/web/index.ts b/src/server/web/index.ts
index eae00588c6..8f9b6add6e 100644
--- a/src/server/web/index.ts
+++ b/src/server/web/index.ts
@@ -24,7 +24,7 @@ import { parseAcct } from '@/misc/acct';
import { getNoteSummary } from '@/misc/get-note-summary';
import { getConnection } from 'typeorm';
import { redisClient } from '../../db/redis';
-import locales from '../../../locales/index';
+import * as locales from '../../../locales/index';
//const _filename = fileURLToPath(import.meta.url);
const _filename = __filename;