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

Update baseClient.ts

to base
This commit is contained in:
ChrisPhillips-cminion 2023-11-05 22:43:39 +00:00 committed by GitHub
parent ee2de41b50
commit 86c8380ce6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,6 +18,7 @@ import type {
PupilFieldsResponse,
} from "../types.ts";
import { PING_INTERVAL } from "../utils/consts.ts";
import fetch from "node-fetch";
/**
* Shared client for both parent and student. This is not exported and should not be used directly