Skip to content

Commit b28d0cd

Browse files
committed
nullable note.
1 parent f34e70b commit b28d0cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,4 @@ INSERT INTO CheckIns (Note, Latitude, Longitude, Timestamp)
6565

6666
app.Run();
6767

68-
record CheckIn(double Lat, double Long, string Note, string DateTimeUtc);
68+
record CheckIn(double Lat, double Long, string? Note, string DateTimeUtc);

0 commit comments

Comments
 (0)