We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b46fd2 commit eb44833Copy full SHA for eb44833
src/operations/create_collection.ts
@@ -1,5 +1,8 @@
1
import type { Document } from '../bson';
2
-import { MIN_SUPPORTED_QE_SERVER_VERSION, MIN_SUPPORTED_QE_WIRE_VERSION } from '../cmap/wire_protocol/constants';
+import {
3
+ MIN_SUPPORTED_QE_SERVER_VERSION,
4
+ MIN_SUPPORTED_QE_WIRE_VERSION
5
+} from '../cmap/wire_protocol/constants';
6
import { Collection } from '../collection';
7
import type { Db } from '../db';
8
import { MongoCompatibilityError } from '../error';
0 commit comments