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

Update studentClient.ts

import  fetch  from "node-fetch";
 to student
This commit is contained in:
ChrisPhillips-cminion 2023-11-05 22:43:17 +00:00 committed by GitHub
parent 454e45d746
commit f58e6c4fc2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,6 +7,7 @@ import {
RewardPurchaseResponse, RewardPurchaseResponse,
RewardsResponse, RewardsResponse,
} from "../types.ts"; } from "../types.ts";
import fetch from "node-fetch";
/** /**
* Student Client * Student Client