mirror of
https://github.com/farcasclaudiu/openclaw.git
synced 2026-06-28 15:01:41 +03:00
style: format reply changes
This commit is contained in:
+1
-2
@@ -363,8 +363,7 @@ async function sendTelegramText(
|
||||
runtime.log?.(
|
||||
`telegram markdown parse failed; retrying without formatting: ${errText}`,
|
||||
);
|
||||
const res = await bot.api.sendMessage(chatId, text, {
|
||||
});
|
||||
const res = await bot.api.sendMessage(chatId, text, {});
|
||||
return res.message_id;
|
||||
}
|
||||
throw err;
|
||||
|
||||
Reference in New Issue
Block a user