unfix
Some checks failed
deploy / deploy (push) Failing after 5s

This commit is contained in:
Untone 2023-11-26 22:28:43 +03:00
parent 551bed52f1
commit bf3a8bcc0c

View File

@ -24,7 +24,4 @@ async def reactions_worker():
msg_data = message.get("data")
if msg_data:
msg = json.loads(msg_data)
if msg.entity == "reaction":
await handle_reaction(msg)
else:
print(f"[resolvers.listener] unhandled msg: {msg}")
await handle_reaction(msg)