1
0
Fork 0
mirror of https://github.com/classchartsapi/classcharts-api-js.git synced 2026-05-14 19:59:37 +00:00
This commit is contained in:
James Cook 2021-11-24 20:24:46 +00:00
parent bff540c396
commit 0e5e762203
3 changed files with 10 additions and 10 deletions

View file

@ -32,7 +32,7 @@ export class ClasschartsClient {
this.studentCode = String(studentCode)
this.dateOfBirth = String(dateOfBirth)
}
private async makeAuthedRequest(
public async makeAuthedRequest(
path: string,
options: Omit<RequestOptions, 'origin' | 'path'>
) {