Files
openclaw/src/security/audit-channel.allow-from.runtime.ts
2026-03-22 00:53:12 +00:00

6 lines
152 B
TypeScript

import { readChannelAllowFromStore } from "../pairing/pairing-store.js";
export const auditChannelAllowFromRuntime = {
readChannelAllowFromStore,
};