This commit is contained in:
syuilo 2022-03-21 05:33:06 +09:00
parent b6da0e9b92
commit 131ff24e53

View file

@ -4,7 +4,7 @@ import { fetchMeta } from '@/misc/fetch-meta.js';
import { Users, Notes } from '@/models/index.js';
import { MoreThan } from 'typeorm';
import { MAX_NOTE_TEXT_LENGTH } from '@/const.js';
import { Cache } from '@/misc/cache';
import { Cache } from '@/misc/cache.js';
const router = new Router();