Skip to content

Commit

Permalink
fix: module pattern ../../lib
Browse files Browse the repository at this point in the history
  • Loading branch information
ivarconr committed Jan 11, 2022
1 parent 29e3894 commit b582bb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/db/access-store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit b582bb1

Please sign in to comment.