Skip to content

Commit 53c037a

Browse files
committed
style(telegram): format activation log
1 parent 4bd7ca3 commit 53c037a

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/telegram/bot.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -229,9 +229,7 @@ export function createTelegramBot(opts: TelegramBotOptions) {
229229
if (entry?.groupActivation === "always") return false;
230230
if (entry?.groupActivation === "mention") return true;
231231
} catch (err) {
232-
logVerbose(
233-
`Failed to load session for activation check: ${String(err)}`,
234-
);
232+
logVerbose(`Failed to load session for activation check: ${String(err)}`);
235233
}
236234
return undefined;
237235
};

0 commit comments

Comments
 (0)