mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 19:40:42 +00:00
perf(test): lazy-load bundled channel secrets
This commit is contained in:
@@ -96,3 +96,8 @@ export function collectRuntimeConfigAssignments(params: {
|
||||
accountInactiveReason: "IRC account is disabled or NickServ is disabled for this account.",
|
||||
});
|
||||
}
|
||||
|
||||
export const channelSecrets = {
|
||||
secretTargetRegistryEntries,
|
||||
collectRuntimeConfigAssignments,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user