Skip to content

Commit 3e0f7a1

Browse files
committed
2220
1 parent c5dec00 commit 3e0f7a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mongo/cursor.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ def get_more_operation
372372
spec = {
373373
session: @session,
374374
db_name: database.name,
375-
coll_name: collection.name,
375+
coll_name: collection_name,
376376
cursor_id: id,
377377
# 3.2+ servers use batch_size, 3.0- servers use to_return.
378378
# TODO should to_return be calculated in the operation layer?

0 commit comments

Comments
 (0)