Skip to content

Commit

Permalink
Fixed CheckType
Browse files Browse the repository at this point in the history
  • Loading branch information
davidnmbond committed May 8, 2024
1 parent 569310e commit 957501e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LogicMonitor.Api/LogicModules/CollectorAttribute.cs
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ public class CollectorAttribute
/// Check Type
/// </summary>
[DataMember(Name = "checkType")]
public CheckType CheckType { get; set; }
public CheckType? CheckType { get; set; }

/// <summary>
/// Configs
Expand Down

0 comments on commit 957501e

Please sign in to comment.