Some bug fixes and clean ups

This commit is contained in:
syuilo
2018-04-08 04:02:12 +09:00
parent a02ee3a08b
commit cebea4e94c
8 changed files with 3 additions and 302 deletions

View File

@ -5,7 +5,7 @@ import $ from 'cafy';
import Vote from '../../../../../models/poll-vote';
import Note from '../../../../../models/note';
import Watching from '../../../../../models/note-watching';
import watch from '../../../../../note/watch';
import watch from '../../../../../services/note/watch';
import { publishNoteStream } from '../../../../../publishers/stream';
import notify from '../../../../../publishers/notify';