diff options
Diffstat (limited to 'src/server/api/endpoints/posts/reactions')
| -rw-r--r-- | src/server/api/endpoints/posts/reactions/create.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/server/api/endpoints/posts/reactions/create.ts b/src/server/api/endpoints/posts/reactions/create.ts index 441d563835..408b2483af 100644 --- a/src/server/api/endpoints/posts/reactions/create.ts +++ b/src/server/api/endpoints/posts/reactions/create.ts @@ -7,8 +7,8 @@ import Post, { pack as packPost } from '../../../../../models/post'; import { pack as packUser } from '../../../../../models/user'; import Watching from '../../../../../models/post-watching'; import watch from '../../../common/watch-post'; -import { publishPostStream, pushSw } from '../../../../../common/event'; -import notify from '../../../../../common/notify'; +import { publishPostStream, pushSw } from '../../../../../event'; +import notify from '../../../../../notify'; /** * React to a post |