This commit is contained in:
syuilo
2018-07-08 03:15:54 +09:00
parent a46d230308
commit ef58503537
5 changed files with 5 additions and 5 deletions

View File

@ -4,7 +4,7 @@ import Note from '../../../../../models/note';
import Watching from '../../../../../models/note-watching';
import watch from '../../../../../services/note/watch';
import { publishNoteStream } from '../../../../../stream';
import notify from '../../../../../notify;
import notify from '../../../../../notify';
import { ILocalUser } from '../../../../../models/user';
/**