Fixed certain redemptions

This commit is contained in:
Tom
2024-11-15 02:29:23 +00:00
parent 0932c1c38e
commit 48dd6858a1
2 changed files with 2 additions and 3 deletions

View File

@ -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}]");