You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
The
.getAbsentLesson()
method currently wants anumber
as start- and endDate, but throws an error, because it actually wants aDate
object. These kinds of issues, would occur no more if #80 would be implemented (migrating the project to typescript).The text was updated successfully, but these errors were encountered: