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
{{ message }}
This repository has been archived by the owner on Aug 30, 2023. It is now read-only.
Error: Timetable change action "other" not implemented.
File "./src/timetable/changes.ts", line 66, in handleChange
throw new Error(`Timetable change action "${change.action}" not implemented.`);
File "./src/timetable/changes.ts", line 17, in forEach
if (handleChange(timetable, change)) {
File "./src/timetable/changes.ts", line 13, in applyChanges
changes.forEach((change) => {
File "./src/timetable/index.ts", line 50, in getActualTimetable
applyChanges(clone, changes);
File "./src/vplan.ts", line 50, in processClass
day = await getActualTimetable(clazz, date, changes);
...
(1 additional frame(s) were not displayed)
The text was updated successfully, but these errors were encountered:
This means that there is no change that the Javascript App should worry about. What you are supposed to do is just change nothing about the plan but write the text to the right of the subject in the message field in the telegram message...
Sentry Issue: BSZET-VPLAN-24
The text was updated successfully, but these errors were encountered: