chore: option to switch access of a comment (#2116)

This commit is contained in:
Aaryan Khandelwal 2023-09-07 12:54:30 +05:30 committed by GitHub
parent d26aa1b2da
commit 81436902a3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 75 additions and 31 deletions

View file

@ -204,7 +204,7 @@ class ProjectIssuesServices extends APIService {
projectId: string,
issueId: string,
commentId: string,
data: IIssueComment,
data: Partial<IIssueComment>,
user: ICurrentUserResponse | undefined
): Promise<any> {
return this.patch(