mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-15 11:11:09 +00:00
style: apply oxfmt cleanup
This commit is contained in:
@@ -159,7 +159,7 @@ function createStartupConfig(params: {
|
||||
},
|
||||
},
|
||||
}
|
||||
: {}),
|
||||
: {}),
|
||||
...(params.providerIds?.length
|
||||
? {
|
||||
models: {
|
||||
|
||||
@@ -49,9 +49,7 @@ function resolveGatewayStartupDreamingPluginIds(config: OpenClawConfig): Set<str
|
||||
return new Set(["memory-core", resolveMemoryDreamingPluginId(config)]);
|
||||
}
|
||||
|
||||
function resolveExplicitMemorySlotStartupPluginId(
|
||||
config: OpenClawConfig,
|
||||
): string | undefined {
|
||||
function resolveExplicitMemorySlotStartupPluginId(config: OpenClawConfig): string | undefined {
|
||||
const configuredSlot = config.plugins?.slots?.memory?.trim();
|
||||
if (!configuredSlot || configuredSlot.toLowerCase() === "none") {
|
||||
return undefined;
|
||||
|
||||
Reference in New Issue
Block a user