@gamastudio/sendwave-provider 0.0.5 → 0.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/build/package.json
CHANGED
package/build/provider/sender.js
CHANGED
|
@@ -219,7 +219,6 @@ class SenderMessage {
|
|
|
219
219
|
var _a, _b;
|
|
220
220
|
try {
|
|
221
221
|
return await ((_a = this.sendwaveApi) === null || _a === void 0 ? void 0 : _a.post(`/message/sendReaction/${(_b = this.globalVendorArgs) === null || _b === void 0 ? void 0 : _b.name}`, {
|
|
222
|
-
number: data.from.split("@")[0],
|
|
223
222
|
key: data.key,
|
|
224
223
|
reaction: data.reaction,
|
|
225
224
|
...this.globalVendorArgs,
|