Created
November 25, 2025 09:43
-
-
Save un4ckn0wl3z/3a943c56c855e301225b30b1725ea5c4 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| @Injectable({scope: Scope.DEFAULT}) | |
| export class EventSchedulerService { | |
| private appName: string | |
| constructor( | |
| ) { | |
| } | |
| @Cron(CronScheduleEnum.TaskSchedule1) // <--- this caused warning | |
| async handleTaskSchedule() { | |
| console.log("ERERE ==>? ") | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment