Skip to content

Commit fc50dc7

Browse files
authored
Update update-ticket.mjs
1 parent e292f3f commit fc50dc7

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

components/freshdesk/actions/update-ticket/update-ticket.mjs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -90,13 +90,6 @@ export default {
9090
description: "Custom fields as key-value pairs (make sure types match your config)",
9191
optional: true,
9292
},
93-
tags: {
94-
propDefinition: [
95-
freshdesk,
96-
"ticketTags",
97-
],
98-
description: "Array of tags to set on the ticket. This will replace all existing tags.",
99-
},
10093
},
10194
async run({ $ }) {
10295
const {

0 commit comments

Comments
 (0)