This commit is contained in:
Andrew Kingston 2024-10-17 13:48:20 +01:00
parent d50e1cf31a
commit ac46e27cea
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
import { Role, SEPARATOR, DocumentType } from "@budibase/types"
import { Role } from "@budibase/types"
// Function to detect loops in roles
export function checkForRoleInheritanceLoops(roles: Role[]): boolean {