Skip to content

Commit f44d139

Browse files
committed
2220
1 parent 202fb62 commit f44d139

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)