mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-11 08:11:42 +00:00
chore: Enable more lint rules, disable some that trigger a lot. Will clean up later.
This commit is contained in:
@@ -46,7 +46,7 @@ export async function listConfiguredMessageChannels(
|
||||
for (const plugin of listChannelPlugins()) {
|
||||
if (!isKnownChannel(plugin.id)) continue;
|
||||
if (await isPluginConfigured(plugin, cfg)) {
|
||||
channels.push(plugin.id as MessageChannelId);
|
||||
channels.push(plugin.id);
|
||||
}
|
||||
}
|
||||
return channels;
|
||||
|
||||
Reference in New Issue
Block a user