remove unused variable

This commit is contained in:
Pilzinsel64
2025-07-11 10:19:03 +02:00
parent 4bf700c4ff
commit 907a902c69

View File

@@ -225,8 +225,6 @@ public class ApiServer : IApiServer
public virtual void RegisterHandler(Delegate handler, ApiMessageHandlerAttribute attribute, bool throwOnError)
{
var method = handler.Method;
// Resolves parameters
var url = attribute.Route;
var useRegEx = false;