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 1536afe commit 631cc03Copy full SHA for 631cc03
.gitignore
@@ -24,3 +24,11 @@ mongodb_driver-*.tar
24
25
# Temporary files, for example, from tests.
26
/tmp/
27
+
28
+# Misc.
29
+.tool-versions
30
+.idea/
31
+*.iml
32
+*.code-workspace
33
+data/
34
+plt_core_path/*.plt
lib/mongo/bulk_write.ex
@@ -399,7 +399,7 @@ defmodule Mongo.BulkWrite do
399
400
[q: filter,
401
limit: Keyword.get(opts, :limit),
402
- collation: Keyword.get(opts, :collection)] |> filter_nils()
+ collation: Keyword.get(opts, :collation)] |> filter_nils()
403
404
end
405
0 commit comments