From 9a8647cef72f043be9ce28b8f34a899be549949f Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Sat, 11 Apr 2026 13:56:37 +0100 Subject: [PATCH] fix: remove duplicate channel runtime export --- src/gateway/server-channels.ts | 2 -- 1 file changed, 2 deletions(-) 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,