1
0
Fork 0
mirror of synced 2024-06-23 08:30:31 +12:00

Removing un-unsed broken import, which was breaking build.

This commit is contained in:
mike12345567 2022-09-23 15:38:51 +01:00
parent 04c307a406
commit 3b0fa9b15a

View file

@ -11,7 +11,6 @@ import {
} from "@budibase/backend-core"
import env from "../../../environment"
import { groups } from "@budibase/pro"
import { enrichUserRolesFromGroups } from "../../../../../../../budibase-pro/packages/pro/src/sdk/groups"
const { hash, platformLogout, getCookie, clearCookie, newid } = utils
const { user: userCache } = cache