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

Commit

Permalink
fixing formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mikiodehartj1 committed Jun 18, 2024
1 parent 0e15e8b commit cd97653
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 cd97653

Please sign in to comment.