diff --git a/tools/Tgstation.Server.ReleaseNotes/Program.cs b/tools/Tgstation.Server.ReleaseNotes/Program.cs index 5f832bc44c..b8d1e86f79 100644 --- a/tools/Tgstation.Server.ReleaseNotes/Program.cs +++ b/tools/Tgstation.Server.ReleaseNotes/Program.cs @@ -883,7 +883,7 @@ The user account that created this pull request is available to correct any issu var results = await RLR(() => apiCall(apiOptions)); var distinctEntries = new Dictionary(results.Count); foreach (var result in results) - distinctEntries.Add(idSelector(result).ToString(), result); + distinctEntries.TryAdd(idSelector(result).ToString(), result); if (results.Count > 100) {