fix(ui-services): linter issues

This commit is contained in:
Karol Sójko
2022-08-05 15:54:26 +02:00
parent 2e487ae6f3
commit d04d5d9d8f

View File

@@ -1,4 +1,9 @@
import { AbstractService, ApplicationEvent, ApplicationInterface, InternalEventBusInterface } from '@standardnotes/services'
import {
AbstractService,
ApplicationEvent,
ApplicationInterface,
InternalEventBusInterface
} from '@standardnotes/services'
const MILLISECONDS_PER_SECOND = 1000
const POLL_INTERVAL = 50