summaryrefslogtreecommitdiff
path: root/src/server/api/endpoints/aggregation/posts/reactions.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/api/endpoints/aggregation/posts/reactions.ts')
-rw-r--r--src/server/api/endpoints/aggregation/posts/reactions.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/server/api/endpoints/aggregation/posts/reactions.ts b/src/server/api/endpoints/aggregation/posts/reactions.ts
index 2dc989281c..5f23e296fd 100644
--- a/src/server/api/endpoints/aggregation/posts/reactions.ts
+++ b/src/server/api/endpoints/aggregation/posts/reactions.ts
@@ -2,8 +2,8 @@
* Module dependencies
*/
import $ from 'cafy';
-import Post from '../../../models/post';
-import Reaction from '../../../models/post-reaction';
+import Post from '../../../../../models/post';
+import Reaction from '../../../../../models/post-reaction';
/**
* Aggregate reactions of a post