⚠ warning WARNING: "headers" is missing.
GENESIS-PLUS opened this issue · 1 comments
GENESIS-PLUS commented
The terminal constantly throws an error when calling function:
await Whatsapp.sendText({
message: body,
recipientPhone: recipientPhone,
});
⚠ warning WARNING: "headers" is missing.
Bintang73 commented
just edit the code lib on index.js
if (!headers && !defaultHeaders()) { signale.warn(
WARNING: "headers" is missing.); }