Skip to content

Commit

Permalink
Apparently I missed a question mark
Browse files Browse the repository at this point in the history
  • Loading branch information
JimmahDean committed Apr 14, 2024
1 parent f0fd302 commit 7c77150
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/data/Methods/Events.cs
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ public static async Task GetWheaEvents()
}
}
}
public static MachineCheckException MakeMachineCheckException(XmlNode dataNode, DateTime timestamp)
public static MachineCheckException MakeMachineCheckException(XmlNode dataNode, DateTime? timestamp)
{
MachineCheckException mce = new();
mce.Timestamp = timestamp;
Expand Down

0 comments on commit 7c77150

Please sign in to comment.