feat: add IsActive field to UserClubFeatures for admin management
This commit is contained in:
+2
-2
@@ -27,8 +27,8 @@ public class GetWorkerStatusQueryHandler : IRequestHandler<GetWorkerStatusQuery,
|
||||
CurrentExecutionId = null,
|
||||
CurrentWeekNumber = null,
|
||||
CurrentStep = "Idle",
|
||||
LastRunAt = DateTime.UtcNow.AddHours(-24),
|
||||
NextScheduledRun = DateTime.UtcNow.AddDays(7),
|
||||
LastRunAt = DateTime.Now.AddHours(-24),
|
||||
NextScheduledRun = DateTime.Now.AddDays(7),
|
||||
TotalExecutions = 48,
|
||||
SuccessfulExecutions = 47,
|
||||
FailedExecutions = 1
|
||||
|
||||
Reference in New Issue
Block a user