Skip to content

Commit 572c9dc

Browse files
committed
fix(kiloclaw): import delivery channels from constants module
Resolve plugin pack build failure by importing DELIVERY_CHANNELS directly from delivery-constants instead of delivery-utils, keeping a single source for delivery enum declarations.
1 parent dfedfa9 commit 572c9dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • services/kiloclaw/plugins/kiloclaw-morning-briefing/src

services/kiloclaw/plugins/kiloclaw-morning-briefing/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ import { Type } from '@sinclair/typebox';
44
import { definePluginEntry } from 'openclaw/plugin-sdk/plugin-entry';
55
import { buildBriefingMarkdown, offsetDateKey, resolveBriefingPath } from './briefing-utils';
66
import {
7-
DELIVERY_CHANNELS,
87
type BriefingDeliveryResult,
98
deliverBriefingToConfiguredChannels,
109
formatDeliverySummary,
1110
logDeliveryOutcomeEvents,
1211
parseStoredDelivery,
1312
} from './delivery-utils';
13+
import { DELIVERY_CHANNELS } from './delivery-constants';
1414
import { CommandExecutionError, runCommand } from './command-utils';
1515
import {
1616
filterEnabledBriefingJobs,

0 commit comments

Comments
 (0)