Skip to content

Commit bca4bbe

Browse files
chore: remove unnecessary call
1 parent 955b7d8 commit bca4bbe

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/tools/mongodb/read/aggregate.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ export class AggregateTool extends MongoDBToolBase {
9292
if (aggregationCursor) {
9393
void this.safeCloseCursor(aggregationCursor);
9494
}
95-
await aggregationCursor?.close();
9695
}
9796
}
9897

0 commit comments

Comments
 (0)