Skip to content

Commit

Permalink
Fix ScheduledJob docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rube200 committed Mar 4, 2024
1 parent 94ae0ec commit c4d3b52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions framework/OpenMod.API/Jobs/ScheduledJob.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ public sealed class ScheduledJob : IEquatable<ScheduledJob>
public string? Task { get; set; }

/// <summary>
/// Checks if the job is enabled.
/// Get the job type
/// </summary>
public string? Type { get; set; }

/// <summary>
/// Gets the schedule expression.
/// Gets the schedule time.
/// </summary>
public string? Schedule
{
Expand Down

0 comments on commit c4d3b52

Please sign in to comment.