fix(gateway): avoid duplicate channel runtime snapshot export

This commit is contained in:
Vincent Koc
2026-04-11 16:38:43 +01:00
parent 382ffcf9ab
commit 9ae27f9297

View File

@@ -17,7 +17,7 @@ import {
} from "../routing/session-key.js";
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 };
const CHANNEL_RESTART_POLICY: BackoffPolicy = {
initialMs: 5_000,