Skip to content

Commit

Permalink
fix(cli): Workspace membership API client payload fixed (keyshade-xyz…
Browse files Browse the repository at this point in the history
  • Loading branch information
csehatt741 committed Jan 25, 2025
1 parent 941a815 commit f3f23c5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export default class WorkspaceMembershipController {
): Promise<ClientResponse<InviteUsersResponse>> {
const response = await this.apiClient.post(
`/api/workspace-membership/${request.workspaceSlug}/invite-users`,
request,
request.members,
headers
)
return await parseResponse<InviteUsersResponse>(response)
Expand Down

0 comments on commit f3f23c5

Please sign in to comment.