1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-19 00:15:43 +01:00

fix: module pattern ../../lib

This commit is contained in:
Ivar Conradi Østhus 2022-01-11 09:37:35 +01:00
parent 29e38940c8
commit b582bb11d0
No known key found for this signature in database
GPG Key ID: 31AC596886B0BD09

View File

@ -8,13 +8,13 @@ import {
IRole,
IUserPermission,
} from '../types/stores/access-store';
import { IPermission } from 'lib/types/model';
import { IPermission } from '../../lib/types/model';
import NotFoundError from '../error/notfound-error';
import {
ENVIRONMENT_PERMISSION_TYPE,
ROOT_PERMISSION_TYPE,
} from '../util/constants';
import { DEFAULT_PROJECT } from 'lib/services/project-service';
import { DEFAULT_PROJECT } from '../../lib/services/project-service';
const T = {
ROLE_USER: 'role_user',