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

fix: lint

This commit is contained in:
Ivar Conradi Østhus 2021-10-01 22:28:09 +02:00
parent b825a56e3e
commit 796f202da3
No known key found for this signature in database
GPG Key ID: 31AC596886B0BD09

View File

@ -3,7 +3,6 @@ import { IUnleashStores } from '../types/stores';
import { Logger } from '../logger';
import { IEventStore } from '../types/stores/event-store';
import { IEvent } from '../types/model';
import { FEATURE_METADATA_UPDATED } from '../types/events';
export default class EventService {
private logger: Logger;