Fix addStickerPackReference

This commit is contained in:
Fedor Indutny 2021-04-08 17:50:25 -07:00 committed by Josh Perez
parent 207d05fd05
commit 15247e1c9a

View file

@ -3826,7 +3826,7 @@ async function addStickerPackReference(
$packId $packId
) )
` `
).all({ ).run({
messageId, messageId,
packId, packId,
}); });