WebUntis
WebUntis copied to clipboard
Fix param types on getAbsentLesson
The .getAbsentLesson() method currently wants a number as start- and endDate, but throws an error, because it actually wants a Date object. These kinds of issues, would occur no more if #80 would be implemented (migrating the project to typescript).