mirror of
https://github.com/cheveguerra/whaticket-community.git
synced 2026-04-19 20:29:17 +00:00
fix: check full message body on queue assign
This commit is contained in:
@@ -146,7 +146,7 @@ const verifyQueue = async (
|
||||
return;
|
||||
}
|
||||
|
||||
const selectedOption = msg.body[0];
|
||||
const selectedOption = msg.body;
|
||||
|
||||
const choosenQueue = queues[+selectedOption - 1];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user