1
0
Fork 0
mirror of https://github.com/classchartsapi/classcharts-api-js.git synced 2026-05-14 11:58:13 +00:00

chore: format

This commit is contained in:
James Cook 2024-05-28 13:39:17 +01:00
parent 515ac76f22
commit cb8e252a89

View file

@ -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");