From fa4923db98c36a96c4eed1eb0a6e162361281c79 Mon Sep 17 00:00:00 2001 From: Artem Sinelnikov Date: Wed, 3 Feb 2021 15:46:15 +0700 Subject: [PATCH] fixed `acceptInvite` typings --- index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.d.ts b/index.d.ts index 3468d36..383aa4e 100644 --- a/index.d.ts +++ b/index.d.ts @@ -17,7 +17,7 @@ declare namespace WAWebJS { pupBrowser?: puppeteer.Browser /**Accepts an invitation to join a group */ - acceptInvite(inviteCode: string): Promise + acceptInvite(inviteCode: string): Promise /**Returns an object with information about the invite code's group */ getInviteInfo(inviteCode: string): Promise