Fixed certain redemptions
This commit is contained in:
@ -15,8 +15,6 @@ namespace TwitchChatTTS.Hermes.Socket.Requests
|
||||
|
||||
public void Fulfill(string type, string requestId, string data, IDictionary<string, object>? requestData)
|
||||
{
|
||||
if (data == null)
|
||||
return;
|
||||
if (!_acknowledgements.TryGetValue(type, out var ack))
|
||||
{
|
||||
_logger.Warning($"Found unknown request type when acknowledging [type: {type}]");
|
||||
|
Reference in New Issue
Block a user