diff --git a/src/gateway/server-channels.ts b/src/gateway/server-channels.ts index 98cb550ad93..ce09fcb6e86 100644 --- a/src/gateway/server-channels.ts +++ b/src/gateway/server-channels.ts @@ -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,