mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-23 07:01:40 +00:00
fix: restore missing config guard imports
This commit is contained in:
@@ -22,7 +22,7 @@ import { resolveMemoryBackendConfig } from "../memory-host-sdk/engine-storage.js
|
||||
import { parseAgentSessionKey } from "../sessions/session-key-utils.js";
|
||||
import { asNullableObjectRecord } from "../shared/record-coerce.js";
|
||||
import { note } from "../terminal/note.js";
|
||||
import { shortenHomePath } from "../utils.js";
|
||||
import { isRecord, shortenHomePath } from "../utils.js";
|
||||
|
||||
type DoctorPrompterLike = {
|
||||
confirmRuntimeRepair: (params: { message: string; initialValue?: boolean }) => Promise<boolean>;
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
import { normalizeOptionalString } from "../shared/string-coerce.js";
|
||||
import { isPlainObject } from "../infra/plain-object.js";
|
||||
import { isRecord } from "../utils.js";
|
||||
import type {
|
||||
ResolvedTalkConfig,
|
||||
|
||||
Reference in New Issue
Block a user