Skip to content

Commit 211e2f0

Browse files
lint
1 parent 52cf0d4 commit 211e2f0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/db.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -355,13 +355,13 @@ export class Db {
355355
): ListCollectionsCursor<CollectionInfo>;
356356
listCollections<
357357
T extends Pick<CollectionInfo, 'name' | 'type'> | CollectionInfo =
358-
| Pick<CollectionInfo, 'name' | 'type'>
359-
| CollectionInfo
358+
| Pick<CollectionInfo, 'name' | 'type'>
359+
| CollectionInfo
360360
>(filter?: Document, options?: ListCollectionsOptions & Abortable): ListCollectionsCursor<T>;
361361
listCollections<
362362
T extends Pick<CollectionInfo, 'name' | 'type'> | CollectionInfo =
363-
| Pick<CollectionInfo, 'name' | 'type'>
364-
| CollectionInfo
363+
| Pick<CollectionInfo, 'name' | 'type'>
364+
| CollectionInfo
365365
>(
366366
filter: Document = {},
367367
options: ListCollectionsOptions & Abortable = {}

0 commit comments

Comments
 (0)