We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f34e70b commit b28d0cdCopy full SHA for b28d0cd
src/Program.cs
@@ -65,4 +65,4 @@ INSERT INTO CheckIns (Note, Latitude, Longitude, Timestamp)
65
66
app.Run();
67
68
-record CheckIn(double Lat, double Long, string Note, string DateTimeUtc);
+record CheckIn(double Lat, double Long, string? Note, string DateTimeUtc);
0 commit comments