From b80f7177160ef487d603dd4451ed2f46f2e0c2cb Mon Sep 17 00:00:00 2001 From: James Cook Date: Sat, 12 Mar 2022 12:02:30 +0000 Subject: [PATCH] chore: add jsdoc to selectPupil --- src/parent.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/parent.ts b/src/parent.ts index 787027a..1d10740 100644 --- a/src/parent.ts +++ b/src/parent.ts @@ -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 {