We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 515ac76 commit cb8e252Copy full SHA for cb8e252
1 file changed
src/core/baseClient.ts
@@ -84,7 +84,7 @@ export abstract class BaseClient {
84
public async makeAuthedRequest(
85
path: string,
86
fetchOptions: RequestInit,
87
- options: { revalidateToken?: boolean; } = { revalidateToken: true },
+ options: { revalidateToken?: boolean } = { revalidateToken: true },
88
) {
89
if (!this.sessionId) {
90
throw new Error("No session ID");
0 commit comments