Fixed TimetableDay.hours[] type to TimetableHour
This commit is contained in:
@@ -39,7 +39,7 @@ const parser = (text) => {
|
||||
return data;
|
||||
}
|
||||
|
||||
class TimetableDay {
|
||||
class TimetableHour {
|
||||
#data = [];
|
||||
|
||||
anyChanges = false;
|
||||
@@ -57,4 +57,4 @@ class TimetableDay {
|
||||
}
|
||||
}
|
||||
|
||||
module.exports = TimetableDay;
|
||||
module.exports = TimetableHour;
|
||||
Reference in New Issue
Block a user