diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2019-04-07 23:06:07 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2019-04-07 23:06:07 +0900 |
| commit | d9780606b3f69fc7fff96245c032c2e443dc3432 (patch) | |
| tree | 4df09a9e31ea23fd9620a9678f5ca763c423439e /src/services/note | |
| parent | Fix bug (diff) | |
| download | sharkey-d9780606b3f69fc7fff96245c032c2e443dc3432.tar.gz sharkey-d9780606b3f69fc7fff96245c032c2e443dc3432.tar.bz2 sharkey-d9780606b3f69fc7fff96245c032c2e443dc3432.zip | |
Refactor
Diffstat (limited to 'src/services/note')
| -rw-r--r-- | src/services/note/create.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/services/note/create.ts b/src/services/note/create.ts index 9ac9223d3c..305e173e16 100644 --- a/src/services/note/create.ts +++ b/src/services/note/create.ts @@ -7,7 +7,7 @@ import renderAnnounce from '../../remote/activitypub/renderer/announce'; import { renderActivity } from '../../remote/activitypub/renderer'; import watch from './watch'; import { parse } from '../../mfm/parse'; -import resolveUser from '../../remote/resolve-user'; +import { resolveUser } from '../../remote/resolve-user'; import config from '../../config'; import { updateHashtag } from '../update-hashtag'; import { erase, concat } from '../../prelude/array'; |