This commit is contained in:
syuilo
2018-07-07 19:21:54 +09:00
parent aa4ef6745a
commit d92044cf6a
13 changed files with 12 additions and 12 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';
/**