mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-26 14:37:44 +01:00
I was about to say "Fuck CA2000" but it was actually right this time
This commit is contained in:
@@ -49,7 +49,7 @@ namespace Tgstation.Server.Host.Core
|
||||
var innerClient = httpClientFactory.CreateClient();
|
||||
try
|
||||
{
|
||||
var client = new Tgstation.Server.Common.HttpClient(httpClientFactory.CreateClient());
|
||||
var client = new Tgstation.Server.Common.HttpClient(innerClient);
|
||||
innerClient = null; // CA2000
|
||||
try
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user