mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-10 20:34:32 +00:00
fix: clean agents lint warnings
This commit is contained in:
@@ -618,7 +618,7 @@ export async function setupProviders(
|
||||
accounts: {
|
||||
...next.whatsapp?.accounts,
|
||||
[whatsappAccountId]: {
|
||||
...(next.whatsapp?.accounts?.[whatsappAccountId] ?? {}),
|
||||
...next.whatsapp?.accounts?.[whatsappAccountId],
|
||||
enabled:
|
||||
next.whatsapp?.accounts?.[whatsappAccountId]?.enabled ?? true,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user