Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor code to fix incorrect logger reference
In the DefaultTriggerScheduler.cs file, a wrong reference to _logger was corrected. It caused issues during attempts to log a warning when the 'cronExpression' parameter is empty. Now the correct local logger object is used.
- Loading branch information