File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ export default {
55 name : "Update Ticket" ,
66 description : "Updates a ticket. [See the documentation](https://developer.zendesk.com/api-reference/ticketing/tickets/tickets/#update-ticket)." ,
77 type : "action" ,
8- version : "0.2.0 " ,
8+ version : "0.2.1 " ,
99 props : {
1010 app,
1111 ticketId : {
@@ -184,17 +184,17 @@ export default {
184184
185185 const attachmentCount = ticketComment . uploads ?. length || 0 ;
186186 const assigneeUpdated = assigneeId || assigneeEmail ;
187-
187+
188188 let summary = `Successfully updated ticket with ID ${ response . ticket . id } ` ;
189-
189+
190190 const updates = [ ] ;
191191 if ( attachmentCount > 0 ) {
192192 updates . push ( `${ attachmentCount } attachment(s)` ) ;
193193 }
194194 if ( assigneeUpdated ) {
195195 updates . push ( "assignee" ) ;
196196 }
197-
197+
198198 if ( updates . length > 0 ) {
199199 summary += ` with ${ updates . join ( " and " ) } ` ;
200200 }
Original file line number Diff line number Diff line change 11{
22 "name" : " @pipedream/zendesk" ,
3- "version" : " 0.8.2 " ,
3+ "version" : " 0.8.3 " ,
44 "description" : " Pipedream Zendesk Components" ,
55 "main" : " zendesk.app.mjs" ,
66 "keywords" : [
You can’t perform that action at this time.
0 commit comments