mirror of
https://github.com/moltbot/moltbot.git
synced 2026-04-20 21:23:23 +00:00
fix(zalouser): align setup test account resolver
This commit is contained in:
@@ -30,8 +30,8 @@ const zalouserSetupPlugin = {
|
||||
config: {
|
||||
listAccountIds: (cfg: unknown) => listZalouserAccountIds(cfg as never),
|
||||
defaultAccountId: (cfg: unknown) => resolveDefaultZalouserAccountId(cfg as never),
|
||||
resolveAccount: (params: { cfg: OpenClawConfig; accountId?: string | null }) =>
|
||||
resolveZalouserAccountSync(params),
|
||||
resolveAccount: (cfg: OpenClawConfig, accountId?: string | null) =>
|
||||
resolveZalouserAccountSync({ cfg, accountId }),
|
||||
},
|
||||
security: {
|
||||
resolveDmPolicy: createScopedDmSecurityResolver({
|
||||
|
||||
Reference in New Issue
Block a user