Fixed compiler warnings.
This commit is contained in:
@@ -7,6 +7,6 @@ namespace HermesSocketServer.Requests
|
||||
string Name { get; }
|
||||
string[] RequiredKeys { get; }
|
||||
|
||||
Task<RequestResult> Grant(Channel channel, IDictionary<string, object>? data);
|
||||
Task<RequestResult> Grant(Channel channel, IDictionary<string, object> data);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user