From 86c8380ce69175662eefb17f0852a7362b6a9839 Mon Sep 17 00:00:00 2001 From: ChrisPhillips-cminion Date: Sun, 5 Nov 2023 22:43:39 +0000 Subject: [PATCH] Update baseClient.ts to base --- src/core/baseClient.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/core/baseClient.ts b/src/core/baseClient.ts index 96f5076..07d8136 100644 --- a/src/core/baseClient.ts +++ b/src/core/baseClient.ts @@ -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