Skip to content

Commit

Permalink
debug 2
Browse files Browse the repository at this point in the history
  • Loading branch information
tnfAngel committed Dec 3, 2023
1 parent e3faff6 commit 60b7d61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/structures/party/ClientPartyMember.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class ClientPartyMember extends PartyMember {
* @param updated The updated schema
* @throws {EpicgamesAPIError}
*/
public async sendPatch(updated: PartyMemberSchema): Promise<void> {
public async sendPatch(updated: PartyMemberSchema): Promise<any> {
await this.patchQueue.wait();

const patch = await this.client.http.sendEpicgamesRequest(
Expand Down

0 comments on commit 60b7d61

Please sign in to comment.