Skip to content

Commit 7157244

Browse files
committed
fix(cycles): bypass channel public session type import
1 parent 6e74d77 commit 7157244

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/config/sessions/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import crypto from "node:crypto";
22
import type { Skill } from "@mariozechner/pi-coding-agent";
33
import type { ChatType } from "../../channels/chat-type.js";
4-
import type { ChannelId } from "../../channels/plugins/types.public.js";
4+
import type { ChannelId } from "../../channels/plugins/channel-id.types.js";
55
import { normalizeOptionalString } from "../../shared/string-coerce.js";
66
import type { DeliveryContext } from "../../utils/delivery-context.js";
77
import type { TtsAutoMode } from "../types.tts.js";

0 commit comments

Comments
 (0)