Skip to content

Commit cb8e252

Browse files
chore: format
1 parent 515ac76 commit cb8e252

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/core/baseClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ export abstract class BaseClient {
8484
public async makeAuthedRequest(
8585
path: string,
8686
fetchOptions: RequestInit,
87-
options: { revalidateToken?: boolean; } = { revalidateToken: true },
87+
options: { revalidateToken?: boolean } = { revalidateToken: true },
8888
) {
8989
if (!this.sessionId) {
9090
throw new Error("No session ID");

0 commit comments

Comments
 (0)