-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#350: Refactor schedule handling and streamline interval processing
Replaced stream-based processing with object-based handling for schedules to improve readability and maintainability. Removed unused imports and methods, simplifying the codebase. Added error handling for unsupported event types and encapsulated relative event scheduling logic into a helper method.
- Loading branch information
1 parent
db40020
commit b55ba0d
Showing
2 changed files
with
44 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters