Skip to content

Commit eb44833

Browse files
committed
fix: lint
1 parent 9b46fd2 commit eb44833

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/operations/create_collection.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
import type { Document } from '../bson';
2-
import { MIN_SUPPORTED_QE_SERVER_VERSION, MIN_SUPPORTED_QE_WIRE_VERSION } from '../cmap/wire_protocol/constants';
2+
import {
3+
MIN_SUPPORTED_QE_SERVER_VERSION,
4+
MIN_SUPPORTED_QE_WIRE_VERSION
5+
} from '../cmap/wire_protocol/constants';
36
import { Collection } from '../collection';
47
import type { Db } from '../db';
58
import { MongoCompatibilityError } from '../error';

0 commit comments

Comments
 (0)