Iâm getting this error:
Property âretryWebhookâ does not exist on type âStreamsâ Moralis
while calling this with import Moralis from âmoralisâ;
await Moralis.Streams.retryWebhook({ id: history.result[i].id, streamId: history.result[i].streamId });
any idea?
thanks