Skip to content

Commit 73987e7

Browse files
committed
fix: type error
1 parent 3111f07 commit 73987e7

File tree

1 file changed

+1
-1
lines changed
  • meteor/server/publications/lib

1 file changed

+1
-1
lines changed

meteor/server/publications/lib/lib.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import { protectStringObject } from '../../lib/tempLib'
1515
import { DBShowStyleBase } from '@sofie-automation/corelib/dist/dataModel/ShowStyleBase'
1616
import { PeripheralDevices, ShowStyleBases } from '../../collections'
1717
import { MetricsGauge } from '@sofie-automation/corelib/dist/prometheus'
18-
import { MinimalMongoCursor } from '../collections/implementations/asyncCollection'
18+
import { MinimalMongoCursor } from '../../collections/implementations/asyncCollection'
1919

2020
export const MeteorPublicationSignatures: { [key: string]: string[] } = {}
2121
export const MeteorPublications: { [key: string]: Function } = {}

0 commit comments

Comments
 (0)