Skip to content

Commit d67ffa7

Browse files
authored
fix: MongoError circular dependency warning (#2734)
1 parent 9baec71 commit d67ffa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/operations/operation.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
'use strict';
22

33
const Explain = require('../explain').Explain;
4-
const MongoError = require('../core').MongoError;
4+
const MongoError = require('../core/error').MongoError;
55

66
const Aspect = {
77
READ_OPERATION: Symbol('READ_OPERATION'),

0 commit comments

Comments
 (0)