fix(utils): bypass delivery context wrapper for shared consumers

This commit is contained in:
Vincent Koc
2026-04-11 17:25:11 +01:00
parent e1b2ae235a
commit f630e8d440
24 changed files with 30 additions and 27 deletions

View File

@@ -9,7 +9,7 @@ import type {
TaskStatusCounts,
TaskTerminalOutcome,
} from "../../tasks/task-registry.types.js";
import type { DeliveryContext } from "../../utils/delivery-context.js";
import type { DeliveryContext } from "../../utils/delivery-context.types.js";
export type TaskRunAggregateSummary = {
total: number;