mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-17 07:40:44 +00:00
refactor: share timeout abort helper with matrix
This commit is contained in:
@@ -3,6 +3,7 @@ import { hasEnvHttpProxyConfigured } from "../infra/net/proxy-env.js";
|
||||
import { runPassiveAccountLifecycle } from "./channel-lifecycle.core.js";
|
||||
import { createLoggerBackedRuntime } from "./runtime-logger.js";
|
||||
export { safeParseJsonWithSchema, safeParseWithSchema } from "../utils/zod-parse.js";
|
||||
export { buildTimeoutAbortSignal } from "../utils/fetch-timeout.js";
|
||||
|
||||
type PassiveChannelStatusSnapshot = {
|
||||
configured?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user