fix setting handler
This commit is contained in:
@@ -4,7 +4,7 @@ public class ApiAuthCheckEventArgs(string authKey, Delegate? handler) : EventArg
|
||||
{
|
||||
private bool hasDenyed;
|
||||
|
||||
public Delegate? Handler { get; }
|
||||
public Delegate? Handler { get; } = handler;
|
||||
|
||||
public string AuthKey { get; } = authKey;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user