mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 14:30:44 +00:00
fix(utils): bypass delivery context wrapper for shared consumers
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user