chore: refactor to avoid dep cycle

This commit is contained in:
Scott Wilson
2025-03-11 22:04:56 -07:00
parent f1caab2d00
commit dc30465afb

View File

@@ -15,7 +15,7 @@ import { TSecretFolderWithPath } from "@app/hooks/api/secretFolders/types";
import { hasSecretReadValueOrDescribePermission } from "@app/lib/fn/permission";
import { PermissionAccess, PermissionNode } from "../types";
import { TActionRuleMap } from ".";
import { TActionRuleMap } from "./getActionRuleMap";
const ACTION_MAP: Record<string, string[] | undefined> = {
[ProjectPermissionSub.Secrets]: [