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 3111f07 commit 73987e7Copy full SHA for 73987e7
meteor/server/publications/lib/lib.ts
@@ -15,7 +15,7 @@ import { protectStringObject } from '../../lib/tempLib'
15
import { DBShowStyleBase } from '@sofie-automation/corelib/dist/dataModel/ShowStyleBase'
16
import { PeripheralDevices, ShowStyleBases } from '../../collections'
17
import { MetricsGauge } from '@sofie-automation/corelib/dist/prometheus'
18
-import { MinimalMongoCursor } from '../collections/implementations/asyncCollection'
+import { MinimalMongoCursor } from '../../collections/implementations/asyncCollection'
19
20
export const MeteorPublicationSignatures: { [key: string]: string[] } = {}
21
export const MeteorPublications: { [key: string]: Function } = {}
0 commit comments