1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-10-13 11:17:26 +02:00

fix: rm import

This commit is contained in:
Fredrik Oseberg 2023-12-07 12:19:52 +01:00
parent e448cfe58d
commit e442212b52
No known key found for this signature in database
GPG Key ID: 816A423246CADD4E

View File

@ -11,7 +11,6 @@ import { IUnleashStores } from '../../../lib/types';
import { IFeatureEnvironmentStore } from '../../../lib/types/stores/feature-environment-store';
import { DEFAULT_ENV } from '../../../lib/util/constants';
import { IUnleashOptions, Knex } from 'lib/server-impl';
import { isNotSnakeCase } from './database-init-helpers';
// require('db-migrate-shared').log.silence(false);