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

Commit

Permalink
adding new entity
Browse files Browse the repository at this point in the history
  • Loading branch information
mikiodehartj1 committed Jun 18, 2024
1 parent 9ccf0cb commit 39caf2c
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 @@ -97,7 +97,7 @@ export class APIClient {
public async iterateCustomProfiles(
iteratee: ResourceIteratee<CustomProfiles>,
) {
let page = 1;
const page = 1;
const endpoint = this.withBaseUri('/api/v1/library/custom-profiles', {
page: `${page}`,
});
Expand Down

0 comments on commit 39caf2c

Please sign in to comment.