Remove unused import

This commit is contained in:
syuilo 2019-01-21 13:45:58 +09:00
parent 51f257fc74
commit fa6fe83b28

View File

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