mirror of
https://github.com/Unleash/unleash.git
synced 2025-02-19 00:15:43 +01:00
fix: remove unused import
This commit is contained in:
parent
ef8041d315
commit
87268021ec
@ -5,10 +5,7 @@ import { IUnleashConfig } from '../../../types/option';
|
||||
import { IUnleashServices } from '../../../types';
|
||||
import { Request, Response } from 'express';
|
||||
import { Operation } from 'fast-json-patch';
|
||||
import {
|
||||
UPDATE_FEATURE,
|
||||
UPDATE_FEATURE_VARIANTS,
|
||||
} from '../../../types/permissions';
|
||||
import { UPDATE_FEATURE_VARIANTS } from '../../../types/permissions';
|
||||
import { IVariant } from '../../../types/model';
|
||||
import { extractUsername } from '../../../util/extract-user';
|
||||
import { IAuthRequest } from '../../unleash-types';
|
||||
|
Loading…
Reference in New Issue
Block a user