Skip to content

Commit 0d34302

Browse files
committed
fix(access-control): use the path alias for the permission-groups type import
1 parent 7514ffc commit 0d34302

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/sim/lib/permission-groups/model-access.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1+
import type { PermissionGroupConfig } from '@/lib/permission-groups/types'
12
import { findProviderFromModel } from '@/providers/utils'
2-
import type { PermissionGroupConfig } from './types'
33

44
/** Decides whether the caller's permission group allows a concrete model id. */
55
export type IsModelUsable = (model: string) => boolean

0 commit comments

Comments
 (0)