Skip to content

Commit

Permalink
fix: MongoError circular dependency warning (#2734)
Browse files Browse the repository at this point in the history
  • Loading branch information
ztomm committed Feb 10, 2021
1 parent 9baec71 commit d67ffa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/operations/operation.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'use strict';

const Explain = require('../explain').Explain;
const MongoError = require('../core').MongoError;
const MongoError = require('../core/error').MongoError;

const Aspect = {
READ_OPERATION: Symbol('READ_OPERATION'),
Expand Down

0 comments on commit d67ffa7

Please sign in to comment.