mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-02 18:20:28 +00:00
6 lines
152 B
TypeScript
6 lines
152 B
TypeScript
import { readChannelAllowFromStore } from "../pairing/pairing-store.js";
|
|
|
|
export const auditChannelAllowFromRuntime = {
|
|
readChannelAllowFromStore,
|
|
};
|