Skip to content

Commit 2fce9fb

Browse files
author
Justin Wood
authored
Merge pull request #159 from JamieREvans/patch-1
Update left side of `update_all` to an unused count
2 parents 0fbd7ab + 731e534 commit 2fce9fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mongo_ecto.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -774,7 +774,7 @@ defmodule Mongo.Ecto do
774774
opts: [multi: true]
775775
}
776776

777-
{:ok, _} = Connection.update_all(repo, query, opts)
777+
Connection.update_all(repo, query, opts)
778778
:ok
779779
end
780780

0 commit comments

Comments
 (0)