diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2020-12-28 23:05:30 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2020-12-28 23:05:30 +0900 |
| commit | 5c490e75213f0f876c35ab4fb6cf71eefa3afab7 (patch) | |
| tree | 0c6a4ec4b7e7aae785cbcf013cf8f4c37f97dfe9 /src/server/web/index.ts | |
| parent | 12.64.0 (diff) | |
| download | sharkey-5c490e75213f0f876c35ab4fb6cf71eefa3afab7.tar.gz sharkey-5c490e75213f0f876c35ab4fb6cf71eefa3afab7.tar.bz2 sharkey-5c490e75213f0f876c35ab4fb6cf71eefa3afab7.zip | |
Bug fix and refactoring
Diffstat (limited to 'src/server/web/index.ts')
| -rw-r--r-- | src/server/web/index.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/web/index.ts b/src/server/web/index.ts index 57ce9b38a4..caa3f65c27 100644 --- a/src/server/web/index.ts +++ b/src/server/web/index.ts @@ -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'; |