forked from FoundKeyGang/FoundKey
Remove unused import
This commit is contained in:
parent
d7cd3a05dd
commit
90c8568a3f
1 changed files with 0 additions and 1 deletions
|
@ -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) => {
|
||||||
|
|
Loading…
Reference in a new issue