Skip to content

Commit

Permalink
Correção - Ticket encerrado voltando para aguardando
Browse files Browse the repository at this point in the history
  • Loading branch information
rtenorioh authored Mar 20, 2022
1 parent 0fc3a88 commit a594b33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/controllers/TicketController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ export const update = async (
if (farewellMessage) {
await SendWhatsAppMessage({
body: formatBody(farewellMessage, ticket.contact),
ticket,
ticket
});
}
}
Expand Down

0 comments on commit a594b33

Please sign in to comment.