Skip to content

Commit cc3558e

Browse files
committed
fix: unable to reply to a comment
1 parent d7af922 commit cc3558e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/apis/comment.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ export async function sendComment(req: {
8484
commentsAddDTO: {
8585
message: req.message,
8686
copilotId: req.operationId,
87+
fromCommentId: req.fromCommentId,
8788
notification: false,
8889
},
8990
})

0 commit comments

Comments
 (0)