mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-12 01:31:08 +00:00
fix: remove duplicate channel runtime export
This commit is contained in:
@@ -19,8 +19,6 @@ import type { RuntimeEnv } from "../runtime.js";
|
||||
import type { ChannelRuntimeSnapshot } from "./server-channel-runtime.types.js";
|
||||
export type { ChannelRuntimeSnapshot } from "./server-channel-runtime.types.js";
|
||||
|
||||
export type { ChannelRuntimeSnapshot } from "./server-channel-runtime.types.js";
|
||||
|
||||
const CHANNEL_RESTART_POLICY: BackoffPolicy = {
|
||||
initialMs: 5_000,
|
||||
maxMs: 5 * 60_000,
|
||||
|
||||
Reference in New Issue
Block a user