mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-18 00:23:25 -06:00
fix(delivery): drop unused terminal re-export
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user