Skip to content

Commit

Permalink
fix(simint): optional SimulatorValueType in SimulatorRoutineRevisionI…
Browse files Browse the repository at this point in the history
…nput (#368)
  • Loading branch information
polomani authored Mar 27, 2024
1 parent 45c273b commit 199c536
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public class SimulatorRoutineRevisionInput {
/// <summary>
/// Value type of the input.
/// </summary>
public SimulatorValueType ValueType { get; set; }
public SimulatorValueType? ValueType { get; set; }

/// <summary>
/// Unit of the input.
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.25.1
3.25.2

0 comments on commit 199c536

Please sign in to comment.