Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Commit

Permalink
Update src/client.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Ignacio Rodríguez <ignacio@fosfori.to>
  • Loading branch information
mikiodehartj1 and i5o authored Jun 18, 2024
1 parent 3a1dd7d commit b09eb4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ export class APIClient {
iteratee: ResourceIteratee<CustomProfiles>,
) {
const endpoint = this.withBaseUri('/api/v1/library/custom-profiles', {
page: 1
page: 1,
});

const body = await this.request<CustomProfiles[]>(endpoint);
Expand Down

0 comments on commit b09eb4e

Please sign in to comment.