Fixed a lot of compiler warnings. Fixed 7tv connection.
This commit is contained in:
@@ -18,7 +18,7 @@ namespace TwitchChatTTS.Hermes.Socket.Requests
|
||||
_logger = logger;
|
||||
}
|
||||
|
||||
public void Acknowledge(string requestId, string json, IDictionary<string, object>? requestData)
|
||||
public void Acknowledge(string requestId, string? json, IDictionary<string, object>? requestData)
|
||||
{
|
||||
var users = JsonSerializer.Deserialize<IDictionary<long, string>>(json, _options);
|
||||
if (users == null)
|
||||
|
||||
Reference in New Issue
Block a user