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:
parent
7676b50ccf
commit
d0ed8b1cd7
4 changed files with 354 additions and 354 deletions
|
|
@ -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)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue