Closed GENESIS-PLUS closed 6 months ago
The terminal constantly throws an error when calling function:
await Whatsapp.sendText({ message: body, recipientPhone: recipientPhone, });
⚠ warning WARNING: "headers" is missing.
just edit the code lib on index.js
if (!headers && !defaultHeaders()) { signale.warn(WARNING: "headers" is missing.); }
if (!headers && !defaultHeaders()) { signale.warn(
); }
The terminal constantly throws an error when calling function:
⚠ warning WARNING: "headers" is missing.