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 data = json.Split('/');
|
||||
if (data.Length != 2)
|
||||
|
||||
Reference in New Issue
Block a user