We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0f3e7cd + 9ddd9f5 commit ff9e033Copy full SHA for ff9e033
rubberduckvba.Server/Model/HangfireJobState.cs
@@ -5,7 +5,7 @@ public record class HangfireJobState
5
public string JobName { get; set; } = default!;
6
public DateTime CreatedAt { get; set; }
7
public int? LastJobId { get; set; }
8
- public DateTime? NextExecution { get; set; }
+ public string? NextExecution { get; set; }
9
public string? StateName { get; set; }
10
- public DateTime? StateTimestamp { get; set; }
+ public string? StateTimestamp { get; set; }
11
}
0 commit comments