mirror of
https://github.com/classchartsapi/classcharts-api-js.git
synced 2026-05-14 19:59:37 +00:00
chore: add jsdoc to selectPupil
This commit is contained in:
parent
32d00d654a
commit
b80f717716
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
* @param pupilId Pupil ID obtained from this.pupils or getPupils
|
||||||
*/
|
*/
|
||||||
async selectPupil(pupilId: number): Promise<void> {
|
async selectPupil(pupilId: number): Promise<void> {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue