fix(Zendesk Node): Fix issue with group assignment not working (#6501)

This commit is contained in:
Jon
2023-06-21 16:19:29 +01:00
committed by GitHub
parent 044c710a8e
commit 772ed7ff10
3 changed files with 6 additions and 3 deletions

View File

@@ -10,7 +10,7 @@ export interface ITicket {
subject?: string;
comment?: IComment;
type?: string;
group?: string;
group_id?: number;
external_id?: string;
tags?: string[];
status?: string;