mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 22:58:26 +00:00
chore: Enable "curly" rule to avoid single-statement if confusion/errors.
This commit is contained in:
@@ -46,7 +46,9 @@ export const createTelegramMessageProcessor = (deps) => {
|
||||
resolveGroupRequireMention,
|
||||
resolveTelegramGroupConfig,
|
||||
});
|
||||
if (!context) return;
|
||||
if (!context) {
|
||||
return;
|
||||
}
|
||||
await dispatchTelegramMessage({
|
||||
context,
|
||||
bot,
|
||||
|
||||
Reference in New Issue
Block a user