diff --git a/modules/ticket/back/methods/ticket/componentUpdate.js b/modules/ticket/back/methods/ticket/componentUpdate.js index 91d867a30..3edecbd61 100644 --- a/modules/ticket/back/methods/ticket/componentUpdate.js +++ b/modules/ticket/back/methods/ticket/componentUpdate.js @@ -103,7 +103,7 @@ module.exports = Self => { delete updatedTicket.ctx; delete updatedTicket.option; - // Force unroute + // Force to unroute ticket const hasToBeUnrouted = true; const changedProperties = diff(originalTicket, updatedTicket);