mirror of
https://github.com/classchartsapi/classcharts-api-js.git
synced 2026-05-14 11:58:13 +00:00
Added the response value
This commit is contained in:
parent
ac2fbf8bc7
commit
4fca7ca5fc
1 changed files with 1 additions and 1 deletions
|
|
@ -82,7 +82,7 @@ export class ClasschartsParentClient extends ClasschartsClient {
|
|||
* Get Pupil details
|
||||
* @returns an array fo Pupils connected to this parent's account
|
||||
*/
|
||||
async getPupils(): Promise<ActivityResponse> {
|
||||
async getPupils(): Promise<Object> {
|
||||
let pupils = this.makeAuthedRequest(
|
||||
this.API_BASE + "/pupils",
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue