[backend/core] Make ICronTrigger file-scoped
This commit is contained in:
parent
a73587d142
commit
3cb19f376b
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ public enum CronTaskType
|
|||
Interval
|
||||
}
|
||||
|
||||
public interface ICronTrigger
|
||||
file interface ICronTrigger
|
||||
{
|
||||
public event Action? OnTrigger;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue