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:
parent
515ac76f22
commit
cb8e252a89
1 changed files with 1 additions and 1 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue