mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-12 21:53:00 -06:00
chore(protocol): regenerate after rebase
This commit is contained in:
@@ -113,8 +113,8 @@ const ownerModules = [
|
||||
...schemaModulesSource.matchAll(/^export \* from "\.\/schema\/([^"]+)\.js";$/gmu),
|
||||
].map(([, moduleName = ""]) => moduleName);
|
||||
check(
|
||||
ownerModules.length === 56 && new Set(ownerModules).size === ownerModules.length,
|
||||
"schema-modules.ts must contain one unique 56-module owner list",
|
||||
ownerModules.length === 57 && new Set(ownerModules).size === ownerModules.length,
|
||||
"schema-modules.ts must contain one unique 57-module owner list",
|
||||
);
|
||||
check(
|
||||
schemaModulesSource.split("\n").filter(Boolean).length === ownerModules.length,
|
||||
|
||||
Reference in New Issue
Block a user