Skip to content

Commit 4bca699

Browse files
author
Emily Giurleo
committed
Fix one more method impacted by cherry-picking RUBY-2119 without RUBY-2149
1 parent f24b961 commit 4bca699

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mongo/operation/insert/legacy.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class Legacy
3232

3333
def get_result(server, client, options = {})
3434
# This is a Mongo::Operation::Insert::Result
35-
Result.new(*dispatch_message(server, client), @ids)
35+
Result.new(dispatch_message(server, client), @ids)
3636
end
3737

3838
def selector

0 commit comments

Comments
 (0)