Skip to content

Commit

Permalink
fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Joffcom committed Sep 25, 2023
1 parent 9281fc1 commit 16ef775
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions packages/nodes-base/nodes/Hubspot/HubspotTrigger.node.ts
Original file line number Diff line number Diff line change
Expand Up @@ -154,20 +154,18 @@ export class HubspotTrigger implements INodeType {
{
name: 'Ticket Created',
value: 'ticket.creation',
description:
"To get notified if a ticket is created in a customer's account.",
description: "To get notified if a ticket is created in a customer's account",
},
{
name: 'Ticket Deleted',
value: 'ticket.deletion',
description:
"To get notified if any ticket is deleted in a customer's account.",
description: "To get notified if any ticket is deleted in a customer's account",
},
{
name: 'Ticket Property Changed',
value: 'ticket.propertyChange',
description:
"To get notified if a specified property is changed for any ticket in a customer's account.",
"To get notified if a specified property is changed for any ticket in a customer's account",
},
],
default: 'contact.creation',
Expand Down

0 comments on commit 16ef775

Please sign in to comment.