fix(whatsapp.lib): Sending of images in official.

This commit is contained in:
Rodrigo Rodriguez 2024-05-29 12:43:03 -03:00
parent a763c25f8f
commit ee98efaf92

View file

@ -788,7 +788,6 @@ ENDPOINT_UPDATE=true
}
const ret = value ?? defaultValue;
console.log(`getParam: ${ret}`);
return ret;
}