mirror of
https://github.com/tale/headplane.git
synced 2026-08-31 01:09:25 +00:00
chore(TALE-29): remove acl from integration/context
This commit is contained in:
@@ -35,7 +35,6 @@ export async function loader({ request }: LoaderFunctionArgs) {
|
||||
|
||||
const context = await loadContext()
|
||||
return {
|
||||
acl: context.acl,
|
||||
config: context.config,
|
||||
user: session.get('user'),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user