Bug fix and refactoring

This commit is contained in:
syuilo
2020-12-28 23:05:30 +09:00
parent 54961235a4
commit 5c490e7521
5 changed files with 14 additions and 15 deletions

View File

@ -19,7 +19,7 @@ import { genOpenapiSpec } from '../api/openapi/gen-spec';
import config from '../../config';
import { Users, Notes, Emojis, UserProfiles, Pages, Channels, Clips } from '../../models';
import parseAcct from '../../misc/acct/parse';
import getNoteSummary from '../../misc/get-note-summary';
import { getNoteSummary } from '../../misc/get-note-summary';
import { ensure } from '../../prelude/ensure';
import { getConnection } from 'typeorm';
import redis from '../../db/redis';