fix(delivery): drop unused terminal re-export

This commit is contained in:
joshavant
2026-08-12 00:27:03 -05:00
parent 1575ce9b47
commit 64e293e49e
-2
View File
@@ -13,8 +13,6 @@ import { normalizeChatType } from "../chat-type.js";
import { isChannelPartialDeliveryError } from "./delivery-result.js";
import type { ChannelDeliveryTerminal } from "./delivery-terminal.types.js";
export type { ChannelDeliveryTerminal } from "./delivery-terminal.types.js";
/** Classifies one settled delivery failure without exposing its raw error graph. */
export function resolveChannelDeliveryFailureTerminal(params: {
error: unknown;