mirror of
https://github.com/classchartsapi/classcharts-api-js.git
synced 2026-05-14 11:58:13 +00:00
Update src/core/baseClient.ts
Co-authored-by: James Cook <jamesatjaminit@jaminit.co.uk>
This commit is contained in:
parent
976b274dc2
commit
cebc415b01
1 changed files with 1 additions and 1 deletions
|
|
@ -343,7 +343,7 @@ export class BaseClient {
|
|||
async getPupilFields(): Promise<PupilFieldsResponse> {
|
||||
return (
|
||||
await this.makeAuthedRequest(
|
||||
this.API_BASE + "/apiv2student/customfields" + this.studentId,
|
||||
this.API_BASE + "/apiv2student/customfields/" + this.studentId,
|
||||
{
|
||||
method: "GET"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue