1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-07-02 01:17:58 +02:00

chore: Trim some dead code to make the linter happy

This commit is contained in:
sighphyre 2022-01-06 15:08:14 +02:00 committed by Ivar Conradi Østhus
parent 21560f2dac
commit 5abe99f431
No known key found for this signature in database
GPG Key ID: 31AC596886B0BD09
2 changed files with 0 additions and 7 deletions

View File

@ -9,7 +9,6 @@ import {
IUserPermission,
} from '../types/stores/access-store';
import { IPermission } from 'lib/types/model';
import { roundToNearestMinutesWithOptions } from 'date-fns/fp';
import NotFoundError from '../error/notfound-error';
import {
ENVIRONMENT_PERMISSION_TYPE,

View File

@ -37,12 +37,6 @@ const PROJECT_ADMIN = [
permissions.DELETE_FEATURE,
];
const PROJECT_REGULAR = [
permissions.CREATE_FEATURE,
permissions.UPDATE_FEATURE,
permissions.DELETE_FEATURE,
];
interface IRoleCreation {
name: string;
description: string;