diff --git a/Libraries/SPTarkov.Server.Core/Servers/Http/SptHttpListener.cs b/Libraries/SPTarkov.Server.Core/Servers/Http/SptHttpListener.cs index 7245f835..87ee7ff9 100644 --- a/Libraries/SPTarkov.Server.Core/Servers/Http/SptHttpListener.cs +++ b/Libraries/SPTarkov.Server.Core/Servers/Http/SptHttpListener.cs @@ -223,10 +223,4 @@ public class SptHttpListener : IHttpListener resp.StartAsync().Wait(); resp.CompleteAsync().Wait(); } - - private record Response(string Method, string jsonData); - - private record Request(string Method, object output); - - private record RequestData(string Url, object Headers, object Data); }