mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-09 17:04:32 +00:00
chore: Run pnpm format:fix.
This commit is contained in:
@@ -189,7 +189,8 @@ export const tlonPlugin: ChannelPlugin = {
|
||||
configSchema: tlonChannelConfigSchema,
|
||||
config: {
|
||||
listAccountIds: (cfg) => listTlonAccountIds(cfg as OpenClawConfig),
|
||||
resolveAccount: (cfg, accountId) => resolveTlonAccount(cfg as OpenClawConfig, accountId ?? undefined),
|
||||
resolveAccount: (cfg, accountId) =>
|
||||
resolveTlonAccount(cfg as OpenClawConfig, accountId ?? undefined),
|
||||
defaultAccountId: () => "default",
|
||||
setAccountEnabled: ({ cfg, accountId, enabled }) => {
|
||||
const useDefault = !accountId || accountId === "default";
|
||||
|
||||
Reference in New Issue
Block a user