Skip to content
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.

Commit

Permalink
Remove name from listResources (#186)
Browse files Browse the repository at this point in the history
Fixes issue #185
  • Loading branch information
clayrisser authored Jul 23, 2021
1 parent 335bcc9 commit c5ba9b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/resources/clients.ts
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ export class Clients extends Resource<{realm?: string}> {
* Resource
*/
public listResources = this.makeRequest<
{id: string, name: string},
{id: string},
ResourceRepresentation[]
>({
method: 'GET',
Expand Down

0 comments on commit c5ba9b7

Please sign in to comment.