WebUntis icon indicating copy to clipboard operation
WebUntis copied to clipboard

Fix param types on getAbsentLesson

Open floydnant opened this issue 3 years ago • 0 comments

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).

floydnant avatar Aug 24 '22 20:08 floydnant