We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f24b961 commit 4bca699Copy full SHA for 4bca699
lib/mongo/operation/insert/legacy.rb
@@ -32,7 +32,7 @@ class Legacy
32
33
def get_result(server, client, options = {})
34
# This is a Mongo::Operation::Insert::Result
35
- Result.new(*dispatch_message(server, client), @ids)
+ Result.new(dispatch_message(server, client), @ids)
36
end
37
38
def selector
0 commit comments