fix gl steps

This commit is contained in:
Marshal
2026-07-29 07:32:26 +00:00
parent dfde6b9021
commit f6e363cd6f
2 changed files with 4 additions and 4 deletions

View File

@@ -142,7 +142,7 @@ const ruleEngineCrudId = (
): string => {
const n =
RULE_ENGINE_RESOURCE_SLUGS.indexOf(slug) * 3 +
RULE_ENGINE_CRUD_ACTIONS.indexOf(action) +
RULE_ENGINE_CRUD_ACTIONS.indexOf(action) +
1; // 1..36
return `b2000002-0001-4000-8000-${n.toString(16).padStart(12, '0')}`;
};