Skip to content

Commit

Permalink
fix evaluation message high score from 5 to 3
Browse files Browse the repository at this point in the history
  • Loading branch information
allgood committed Oct 13, 2024
1 parent ef21377 commit 1227cfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/services/WbotServices/wbotMessageListener.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1516,7 +1516,7 @@ const handleMessage = async (
`${ticketTracking.ticket.contact.number}@${ticketTracking.ticket.isGroup ? "g.us" : "s.whatsapp.net"
}`,
{
text: "\u200e\n*Por favor avalie nosso atendimento com uma nota de 1 a 5*"
text: "\u200e\n*Por favor avalie nosso atendimento com uma nota de 1 a 3*"
}
);
},
Expand Down

0 comments on commit 1227cfd

Please sign in to comment.