Skip to content

Commit d94a5d8

Browse files
committed
fix: Correct EJSON import
1 parent 63f4ff9 commit d94a5d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/server-core-integration/src/lib/ddpClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Brought into this project for maintenance reasons, including conversion to Typescript.
88
*/
99
import WebSocket from 'ws'
10-
import * as EJSON from 'ejson'
10+
import EJSON from 'ejson'
1111
import { EventEmitter } from 'events'
1212
import type { ProtectedString } from '@sofie-automation/shared-lib/dist/lib/protectedString.js'
1313

0 commit comments

Comments
 (0)