Skip to content

Commit

Permalink
fix: sticker
Browse files Browse the repository at this point in the history
  • Loading branch information
jonalan7 committed Dec 19, 2021
1 parent ddc8184 commit 6506d40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/wapi/functions/send-sticker.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export async function sendSticker(sticker, chatId, metadata, type) {
var chat = await WAPI.sendExist(chatId);

if (!chat.erro) {
var stick = new window.Store.Sticker.default.modelClass();
var stick = new window.Store.Sticker.modelClass();

stick.deprecatedMms3Url = sticker.clientUrl;
stick.filehash = sticker.filehash;
Expand Down

0 comments on commit 6506d40

Please sign in to comment.