Skip to content

Commit 2ba3563

Browse files
lint
1 parent 7f43ef4 commit 2ba3563

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
@@ -354,13 +354,13 @@ export class Db {
354354
): ListCollectionsCursor<CollectionInfo>;
355355
listCollections<
356356
T extends Pick<CollectionInfo, 'name' | 'type'> | CollectionInfo =
357-
| Pick<CollectionInfo, 'name' | 'type'>
358-
| CollectionInfo
357+
| Pick<CollectionInfo, 'name' | 'type'>
358+
| CollectionInfo
359359
>(filter?: Document, options?: ListCollectionsOptions & Abortable): ListCollectionsCursor<T>;
360360
listCollections<
361361
T extends Pick<CollectionInfo, 'name' | 'type'> | CollectionInfo =
362-
| Pick<CollectionInfo, 'name' | 'type'>
363-
| CollectionInfo
362+
| Pick<CollectionInfo, 'name' | 'type'>
363+
| CollectionInfo
364364
>(
365365
filter: Document = {},
366366
options: ListCollectionsOptions & Abortable = {}

0 commit comments

Comments
 (0)