mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-03 05:12:15 +00:00
perf(memory): trim matrix monitor allowlist imports
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import {
|
||||
normalizeStringEntries,
|
||||
resolveAllowlistMatchByCandidates,
|
||||
type AllowlistMatch,
|
||||
} from "../../runtime-api.js";
|
||||
} from "openclaw/plugin-sdk/allow-from";
|
||||
import { normalizeStringEntries } from "openclaw/plugin-sdk/string-normalization-runtime";
|
||||
|
||||
function normalizeAllowList(list?: Array<string | number>) {
|
||||
return normalizeStringEntries(list);
|
||||
|
||||
Reference in New Issue
Block a user