There was an error while loading. Please reload this page.
1 parent b49c596 commit 13fd7a5Copy full SHA for 13fd7a5
lib/bulk/common.js
@@ -54,18 +54,6 @@ class Batch {
54
}
55
56
57
-/**
58
- * Wraps a legacy operation so we can correctly rewrite its error
59
- * @ignore
60
- */
61
-class LegacyOp {
62
- constructor(batchType, operation, index) {
63
- this.batchType = batchType;
64
- this.index = index;
65
- this.operation = operation;
66
- }
67
-}
68
-
69
/**
70
* Create a new BulkWriteResult instance (INTERNAL TYPE, do not instantiate directly)
71
*
0 commit comments