diff --git a/Iceshrimp.Backend/Core/Services/CronService.cs b/Iceshrimp.Backend/Core/Services/CronService.cs index 46bec479..ad975ce8 100644 --- a/Iceshrimp.Backend/Core/Services/CronService.cs +++ b/Iceshrimp.Backend/Core/Services/CronService.cs @@ -54,7 +54,7 @@ public enum CronTaskType Interval } -public interface ICronTrigger +file interface ICronTrigger { public event Action? OnTrigger; }