From cd97653842af392fe9dd7f0b2c6a4d794ec33749 Mon Sep 17 00:00:00 2001 From: mikiodehartj1 <113941652+mikiodehartj1@users.noreply.github.com> Date: Tue, 18 Jun 2024 17:21:03 -0600 Subject: [PATCH] fixing formatting --- src/client.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client.ts b/src/client.ts index 23d25a0..dc41bd2 100644 --- a/src/client.ts +++ b/src/client.ts @@ -98,7 +98,7 @@ export class APIClient { iteratee: ResourceIteratee, ) { const endpoint = this.withBaseUri('/api/v1/library/custom-profiles', { - page: "1", + page: '1', }); const body = await this.request(endpoint);