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 83c5902 commit c3c1222Copy full SHA for c3c1222
lib/openfeature/sdk/configuration.rb
@@ -18,7 +18,7 @@ class Configuration
18
def_delegator :@provider, :metadata
19
20
def initialize
21
- @hooks = Concurrent::Array.new([])
+ @hooks = []
22
end
23
24
0 commit comments