Skip to content

Commit e1943ee

Browse files
fix: lock file regerated
1 parent b47d2b8 commit e1943ee

File tree

2 files changed

+2915
-3517
lines changed

2 files changed

+2915
-3517
lines changed

web/core/hooks/use-comment-reaction.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { IssueReactionService } from "@/services/issue";
1010
// services
1111
const issueReactionService = new IssueReactionService();
1212

13-
const useCommentReaction = (
13+
const useCommentReaction: any = (
1414
workspaceSlug?: string | string[] | null,
1515
projectId?: string | string[] | null,
1616
commendId?: string | string[] | null

0 commit comments

Comments
 (0)