Skip to content
Merged
Changes from 1 commit
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
Next Next commit
Fixed minor formatting nit
Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
  • Loading branch information
WhitWaldo committed Feb 19, 2025
commit 9b280721176564472f78bbb4c71a0d1d854939d7
2 changes: 1 addition & 1 deletion src/Dapr.Jobs/Models/DaprJobSchedule.cs
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ public static DaprJobSchedule FromDuration(TimeSpan duration)
/// <summary>
/// Specifies a schedule in which the job is triggered weekly.
/// </summary>
public static DaprJobSchedule Weekly { get; } =new DaprJobSchedule("@weekly");
public static DaprJobSchedule Weekly { get; } = new DaprJobSchedule("@weekly");

/// <summary>
/// Specifies a schedule in which the job is triggered daily.
Expand Down