mirror of
https://github.com/openclaw/openclaw.git
synced 2026-02-19 18:39:20 -05:00
refactor(telegram): remove duplicate poll dispatch branch
This commit is contained in:
@@ -506,7 +506,7 @@ describe("telegramMessageActions", () => {
|
||||
|
||||
expect(handleTelegramAction).toHaveBeenCalledWith(
|
||||
expect.objectContaining({
|
||||
action: "sendPoll",
|
||||
action: "poll",
|
||||
to: "-100123",
|
||||
question: "Ready?",
|
||||
options: ["Yes", "No", "Maybe"],
|
||||
|
||||
Reference in New Issue
Block a user