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

chore: line endings

This commit is contained in:
James Cook 2021-11-23 22:12:17 +00:00
parent 7676b50ccf
commit d0ed8b1cd7
4 changed files with 354 additions and 354 deletions

View file

@ -28,7 +28,7 @@ export class ClasschartsClient {
* @param studentCode Classcharts student code
* @param dateOfBirth Student's date of birth
*/
constructor(studentCode: string, dateOfBirth: string | null) {
constructor(studentCode: string, dateOfBirth: string) {
this.studentCode = String(studentCode)
this.dateOfBirth = String(dateOfBirth)
}