Skip to content

Commit 25b72ad

Browse files
committed
Fixed mapped error due to refactor
1 parent 3fd82a4 commit 25b72ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

OpenBullet2.Core/Helpers/Mapper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public static class Mapper
1414
Country = proxy.Country,
1515
Host = proxy.Host,
1616
Port = proxy.Port,
17-
LastChecked = proxy.LastChecked.Value,
17+
LastChecked = proxy.LastChecked ?? default,
1818
Username = proxy.Username,
1919
Password = proxy.Password,
2020
Ping = proxy.Ping,

0 commit comments

Comments
 (0)