mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-10 01:53:08 +02:00
fix import
This commit is contained in:
parent
42cc93dd0f
commit
6d881d4570
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue