Skip to content

Commit 631cc03

Browse files
committed
Review fixes
1 parent 1536afe commit 631cc03

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,11 @@ mongodb_driver-*.tar
2424

2525
# Temporary files, for example, from tests.
2626
/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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ defmodule Mongo.BulkWrite do
399399

400400
[q: filter,
401401
limit: Keyword.get(opts, :limit),
402-
collation: Keyword.get(opts, :collection)] |> filter_nils()
402+
collation: Keyword.get(opts, :collation)] |> filter_nils()
403403

404404
end
405405

0 commit comments

Comments
 (0)