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

fix: lint

This commit is contained in:
Ivar Conradi Østhus 2021-10-28 16:32:50 +02:00
parent b911976abc
commit 0e3813f5f6
No known key found for this signature in database
GPG Key ID: 31AC596886B0BD09

View File

@ -11,7 +11,6 @@ import {
} from '../../types/permissions';
import { IUnleashConfig } from '../../types/option';
import { IUnleashServices } from '../../types/services';
import { Logger } from '../../logger';
import FeatureToggleServiceV2 from '../../services/feature-toggle-service-v2';
import { featureSchema, querySchema } from '../../schema/feature-schema';
import { IFeatureToggleQuery } from '../../types/model';