Skip to content

Commit

Permalink
added missing ?
Browse files Browse the repository at this point in the history
  • Loading branch information
acn-sbuad committed May 28, 2024
1 parent 6ffcdc9 commit a019f9c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public class BaseNotificationOrderExt
/// Gets or sets whether notifications generated by this order should ignore KRR reservations
/// </summary>
[JsonPropertyName("ignoreReservation")]
public bool IgnoreReservation { get; set; }
public bool? IgnoreReservation { get; set; }

/// <summary>
/// Gets or sets the id of the resource that the notification is related to
Expand Down

0 comments on commit a019f9c

Please sign in to comment.