Skip to content

Commit

Permalink
dedupe tags
Browse files Browse the repository at this point in the history
  • Loading branch information
popestr committed Sep 23, 2024
1 parent 38d26fd commit 33f21ba
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ export class ChatCoreZendeskImpl {
}
this.integrationId = config.integrationId;
this.tags = [...this.tags, ...(config.ticketTags ?? [])];
this.tags = [...new Set(this.tags)];
}

/**
Expand Down

0 comments on commit 33f21ba

Please sign in to comment.