Fixed a lot of compiler warnings. Fixed 7tv connection.
This commit is contained in:
@@ -3,6 +3,6 @@ namespace TwitchChatTTS.Hermes.Socket.Requests
|
||||
public interface IRequestAck
|
||||
{
|
||||
string Name { get; }
|
||||
void Acknowledge(string requestId, string json, IDictionary<string, object>? requestData);
|
||||
void Acknowledge(string requestId, string? json, IDictionary<string, object>? requestData);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user