refactor(telegram): remove duplicate poll dispatch branch

This commit is contained in:
Peter Steinberger
2026-02-16 23:31:16 +00:00
parent 0a188ee49a
commit 968bba5c18

View File

@@ -506,7 +506,7 @@ describe("telegramMessageActions", () => {
expect(handleTelegramAction).toHaveBeenCalledWith(
expect.objectContaining({
action: "sendPoll",
action: "poll",
to: "-100123",
question: "Ready?",
options: ["Yes", "No", "Maybe"],