Remove unused import

This commit is contained in:
syuilo 2019-01-21 13:45:58 +09:00
parent d7cd3a05dd
commit 90c8568a3f
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69

View file

@ -4,7 +4,6 @@ import Watching from '../../../models/note-watching';
import watch from '../../../services/note/watch'; import watch from '../../../services/note/watch';
import { publishNoteStream } from '../../../stream'; import { publishNoteStream } from '../../../stream';
import notify from '../../../notify'; import notify from '../../../notify';
import createNote from '../../../services/note/create';
import { isLocalUser, IUser } from '../../../models/user'; import { isLocalUser, IUser } from '../../../models/user';
export default (user: IUser, note: INote, choice: number) => new Promise(async (res, rej) => { export default (user: IUser, note: INote, choice: number) => new Promise(async (res, rej) => {