mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-22 13:38:07 +00:00
refactor(channels): remove allowlist match facade
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
// Compatibility facade for channel-plugin allowlist match helpers.
|
||||
export type { AllowlistMatch, AllowlistMatchSource } from "../allowlist-match.js";
|
||||
export { formatAllowlistMatchMeta } from "../allowlist-match.js";
|
||||
@@ -22,7 +22,7 @@ export {
|
||||
formatAllowlistMatchMeta,
|
||||
type AllowlistMatch,
|
||||
type AllowlistMatchSource,
|
||||
} from "./allowlist-match.js";
|
||||
} from "../allowlist-match.js";
|
||||
export type { ChannelId } from "./types.public.js";
|
||||
export type { ChannelPlugin } from "./types.plugin.js";
|
||||
export { resolveChannelApprovalAdapter, resolveChannelApprovalCapability } from "./approvals.js";
|
||||
|
||||
Reference in New Issue
Block a user