server(alarms): drop redundant null-coalesce; tidy validator tests (review fixes)

This commit is contained in:
Joseph Doherty
2026-06-13 09:27:37 -04:00
parent fbc9cf56df
commit 5f6655de27
2 changed files with 2 additions and 8 deletions
@@ -399,7 +399,7 @@ public sealed class GatewayMetrics : IDisposable
1,
new KeyValuePair<string, object?>("from", fromMode.ToString(CultureInfo.InvariantCulture)),
new KeyValuePair<string, object?>("to", toMode.ToString(CultureInfo.InvariantCulture)),
new KeyValuePair<string, object?>("reason", reason ?? string.Empty));
new KeyValuePair<string, object?>("reason", reason));
}
/// <summary>