Particular / ServiceControl

Backend for ServiceInsight and ServicePulse
https://docs.particular.net/servicecontrol/
Other
53 stars 47 forks source link

remove redundant code #4440

Closed adamralph closed 2 months ago

adamralph commented 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

PhilBastian commented 2 months ago

i suggested this same change as part of the original PR :D John must have missed it