mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
Remove unused import
This commit is contained in:
parent
51f257fc74
commit
fa6fe83b28
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 { 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) => {
|
||||
|
|
Loading…
Add table
Reference in a new issue