Closed adamralph closed 2 months ago
related to https://github.com/Particular/ServiceControl/pull/4435
@johnsimons @PhilBastian unless I'm mistaken, the null coalescing is redundant, since we're already in the branch that requires lastSeen.HasValue == true
lastSeen.HasValue == true
i suggested this same change as part of the original PR :D John must have missed it
related to https://github.com/Particular/ServiceControl/pull/4435
@johnsimons @PhilBastian unless I'm mistaken, the null coalescing is redundant, since we're already in the branch that requires
lastSeen.HasValue == true