Skip to content
Snippets Groups Projects
Commit 6d881d45 authored by syuilo's avatar syuilo
Browse files

fix import

parent 42cc93dd
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment