From 0e3813f5f67dedb6933158c2195a361bb527b715 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivar=20Conradi=20=C3=98sthus?= Date: Thu, 28 Oct 2021 16:32:50 +0200 Subject: [PATCH] fix: lint --- src/lib/routes/admin-api/feature.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib/routes/admin-api/feature.ts b/src/lib/routes/admin-api/feature.ts index b0d21c8e35..9a99ab5e1e 100644 --- a/src/lib/routes/admin-api/feature.ts +++ b/src/lib/routes/admin-api/feature.ts @@ -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';