Commit 8e781f7a by Sebastián Katzer

Fix copy&past error

parent 149db92a
......@@ -242,7 +242,7 @@ namespace LocalNotificationProxy.LocalNotification
}
else if (this.spec.FirstAt != 0)
{
return DateTimeOffset.FromUnixTimeMilliseconds(this.spec.At).LocalDateTime;
return DateTimeOffset.FromUnixTimeMilliseconds(this.spec.FirstAt).LocalDateTime;
}
else if (this.spec.After != 0)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment