refactor: trim sessions helper exports

This commit is contained in:
Peter Steinberger
2026-05-02 08:11:54 +01:00
parent e96365baa1
commit 49e9cdeb98

View File

@@ -7,8 +7,6 @@ import { normalizeChannelId as normalizeChatChannelId } from "../../channels/reg
import type { OpenClawConfig } from "../../config/types.openclaw.js";
import { ANNOUNCE_SKIP_TOKEN, REPLY_SKIP_TOKEN } from "./sessions-send-tokens.js";
export {
ANNOUNCE_SKIP_TOKEN,
REPLY_SKIP_TOKEN,
isAnnounceSkip,
isNonDeliverableSessionsReply,
isReplySkip,