Skip to content

Commit

Permalink
fix: wrong params to delete function
Browse files Browse the repository at this point in the history
  • Loading branch information
embbnux committed Dec 2, 2024
1 parent 5b877e3 commit f1027f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Session.ts
Original file line number Diff line number Diff line change
Expand Up @@ -606,6 +606,7 @@ export class Session extends EventEmitter {
}
return await this._sdk.platform().delete(
`/restapi/v1.0/account/~/telephony/sessions/${this._data.id}/parties/${partyId}`,
undefined,
requestOptions,
);
}
Expand Down

0 comments on commit f1027f2

Please sign in to comment.