summaryrefslogtreecommitdiff
path: root/src/server/api/endpoints/posts/polls
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2018-04-02 13:00:42 +0900
committerGitHub <noreply@github.com>2018-04-02 13:00:42 +0900
commit0781c0886e85275c654f3d2d5a141118526d62ea (patch)
treed32620bf206288b204060672a0088b4b0c7fa5eb /src/server/api/endpoints/posts/polls
parentMerge branch 'master' of https://github.com/syuilo/misskey (diff)
parentAbolish common and misc directories (diff)
downloadmisskey-0781c0886e85275c654f3d2d5a141118526d62ea.tar.gz
misskey-0781c0886e85275c654f3d2d5a141118526d62ea.tar.bz2
misskey-0781c0886e85275c654f3d2d5a141118526d62ea.zip
Merge pull request #1361 from akihikodaki/misc
Abolish common and misc directories
Diffstat (limited to 'src/server/api/endpoints/posts/polls')
-rw-r--r--src/server/api/endpoints/posts/polls/vote.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/server/api/endpoints/posts/polls/vote.ts b/src/server/api/endpoints/posts/polls/vote.ts
index 59b1f099fb..be1fd7b5d0 100644
--- a/src/server/api/endpoints/posts/polls/vote.ts
+++ b/src/server/api/endpoints/posts/polls/vote.ts
@@ -6,8 +6,8 @@ import Vote from '../../../../../models/poll-vote';
import Post from '../../../../../models/post';
import Watching from '../../../../../models/post-watching';
import watch from '../../../common/watch-post';
-import { publishPostStream } from '../../../../../common/event';
-import notify from '../../../../../common/notify';
+import { publishPostStream } from '../../../../../event';
+import notify from '../../../../../notify';
/**
* Vote poll of a post