1
0
Fork 0
mirror of https://github.com/classchartsapi/classcharts-api-js.git synced 2026-05-14 19:59:37 +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( public async makeAuthedRequest(
path: string, path: string,
fetchOptions: RequestInit, fetchOptions: RequestInit,
options: { revalidateToken?: boolean; } = { revalidateToken: true }, options: { revalidateToken?: boolean } = { revalidateToken: true },
) { ) {
if (!this.sessionId) { if (!this.sessionId) {
throw new Error("No session ID"); throw new Error("No session ID");