Skip to content

Commit 1ef27ba

Browse files
committed
fix: Remove compiler warning
1 parent d194b04 commit 1ef27ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mongo/error.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ defmodule Mongo.Error do
196196
end
197197

198198
# catch all function
199-
def not_writable_primary_or_recovering?(_other, opts) do
199+
def not_writable_primary_or_recovering?(_other, _opts) do
200200
false
201201
end
202202

0 commit comments

Comments
 (0)