[backend/core] Make ICronTrigger file-scoped

This commit is contained in:
Laura Hausmann 2024-07-13 23:55:42 +02:00
parent a73587d142
commit 3cb19f376b
No known key found for this signature in database
GPG key ID: D044E84C5BE01605

View file

@ -54,7 +54,7 @@ public enum CronTaskType
Interval Interval
} }
public interface ICronTrigger file interface ICronTrigger
{ {
public event Action? OnTrigger; public event Action? OnTrigger;
} }