chore: option to switch access of a comment (#2116)
This commit is contained in:
parent
d26aa1b2da
commit
81436902a3
6 changed files with 75 additions and 31 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue