1
0
Fork 0
mirror of https://github.com/classchartsapi/classcharts-api-js.git synced 2026-05-14 03:56:59 +00:00

chore: add jsdoc to selectPupil

This commit is contained in:
James Cook 2022-03-12 12:02:30 +00:00
parent 32d00d654a
commit b80f717716

View file

@ -73,7 +73,7 @@ export class ClasschartsParentClient extends ClasschartsClient {
});
}
/**
*
* Selects a pupil to be used with API requests
* @param pupilId Pupil ID obtained from this.pupils or getPupils
*/
async selectPupil(pupilId: number): Promise<void> {