We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4c95cd commit 4207d52Copy full SHA for 4207d52
pages/api/comment/[commentId]/approve.ts
@@ -1,8 +1,9 @@
1
import { NextApiRequest, NextApiResponse } from 'next'
2
+import { UsageLabel, usageLimitation } from '../../../../config.common'
3
import { AuthService } from '../../../../service/auth.service'
4
import { CommentService } from '../../../../service/comment.service'
-import { SubscriptionService, usageLimitation } from '../../../../service/subscription.service'
5
-import { UsageLabel, UsageService } from '../../../../service/usage.service'
+import { SubscriptionService } from '../../../../service/subscription.service'
6
+import { UsageService } from '../../../../service/usage.service'
7
import { getSession } from '../../../../utils.server'
8
9
export default async function handler(
0 commit comments