Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions rubberduckvba.Server/Model/HangfireJobState.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ public record class HangfireJobState
public string JobName { get; set; } = default!;
public DateTime CreatedAt { get; set; }
public int? LastJobId { get; set; }
public DateTime? NextExecution { get; set; }
public string? NextExecution { get; set; }
public string? StateName { get; set; }
public DateTime? StateTimestamp { get; set; }
public string? StateTimestamp { get; set; }
}