mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
fix(Zendesk Node): Fix issue with group assignment not working (#6501)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user