style(telegram): format activation log

This commit is contained in:
Peter Steinberger
2026-01-07 11:21:12 +00:00
parent 4bd7ca305a
commit 53c037a197

View File

@@ -229,9 +229,7 @@ export function createTelegramBot(opts: TelegramBotOptions) {
if (entry?.groupActivation === "always") return false;
if (entry?.groupActivation === "mention") return true;
} catch (err) {
logVerbose(
`Failed to load session for activation check: ${String(err)}`,
);
logVerbose(`Failed to load session for activation check: ${String(err)}`);
}
return undefined;
};