From cb8e252a8908cecd668b912a6e1fc393b26aabb9 Mon Sep 17 00:00:00 2001 From: James Cook Date: Tue, 28 May 2024 13:39:17 +0100 Subject: [PATCH] chore: format --- src/core/baseClient.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/baseClient.ts b/src/core/baseClient.ts index c957081..e6034a3 100644 --- a/src/core/baseClient.ts +++ b/src/core/baseClient.ts @@ -84,7 +84,7 @@ export abstract class BaseClient { public async makeAuthedRequest( path: string, fetchOptions: RequestInit, - options: { revalidateToken?: boolean; } = { revalidateToken: true }, + options: { revalidateToken?: boolean } = { revalidateToken: true }, ) { if (!this.sessionId) { throw new Error("No session ID");