From 60b7d61c8fb63fcc40da97a36cf86fe47c416983 Mon Sep 17 00:00:00 2001 From: tnfAngel <57068341+tnfAngel@users.noreply.github.com> Date: Sun, 3 Dec 2023 21:15:50 +0000 Subject: [PATCH] debug 2 --- src/structures/party/ClientPartyMember.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/structures/party/ClientPartyMember.ts b/src/structures/party/ClientPartyMember.ts index 44baa126..e8240642 100644 --- a/src/structures/party/ClientPartyMember.ts +++ b/src/structures/party/ClientPartyMember.ts @@ -44,7 +44,7 @@ class ClientPartyMember extends PartyMember { * @param updated The updated schema * @throws {EpicgamesAPIError} */ - public async sendPatch(updated: PartyMemberSchema): Promise { + public async sendPatch(updated: PartyMemberSchema): Promise { await this.patchQueue.wait(); const patch = await this.client.http.sendEpicgamesRequest(