Skip to content

Commit 6c5cdcf

Browse files
p-mongop
andauthored
RUBY-3095 remove readConcernLevel special case (#2609)
Co-authored-by: Oleg Pudeyev <[email protected]>
1 parent 948ebdb commit 6c5cdcf

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lib/mongo/uri/options_mapper.rb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -102,10 +102,6 @@ def smc_to_ruby(opts)
102102
uri_options
103103
end
104104

105-
if key == 'readConcernLevel'
106-
value = value.to_sym
107-
end
108-
109105
value = apply_transform(key, value, strategy[:type])
110106
# Sometimes the value here would be nil, for example if we are processing
111107
# read preference tags or auth mechanism properties and all of the

0 commit comments

Comments
 (0)