Skip to content

Commit

Permalink
merge: userInvite
Browse files Browse the repository at this point in the history
  • Loading branch information
shivam-pareek committed Oct 7, 2024
2 parents 5a4f1da + 01d507d commit 2867537
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apis/admin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ export class Member extends ApiResource {
): APIPromise<any> {
const body = _body;
const workspaceId = body.workspaceId;
const userId = _body.userId;
const userId = body.userId;
delete body.workspaceId;
if (params) {
this.client.customHeaders = { ...this.client.customHeaders, ...createHeaders({ ...params }) }
Expand Down

0 comments on commit 2867537

Please sign in to comment.