We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43b20e0 commit a9da7fdCopy full SHA for a9da7fd
packages/webui/src/client/lib/triggers/triggersContext.ts
@@ -26,7 +26,6 @@ import { ProtectedString } from '../tempLib'
26
import { ReactiveVar as MeteorReactiveVar } from 'meteor/reactive-var'
27
import { TriggerReactiveVar } from '@sofie-automation/meteor-lib/dist/triggers/reactive-var'
28
import { FindOptions, MongoQuery } from '@sofie-automation/corelib/dist/mongo'
29
-import _ from 'underscore'
30
import { memoizedIsolatedAutorunAsync } from '../memoizedIsolatedAutorun'
31
32
class UiTriggersCollectionWrapper<DBInterface extends { _id: ProtectedString<any> }>
0 commit comments