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 f875485 commit 2eb6cbaCopy full SHA for 2eb6cba
README.md
@@ -77,7 +77,7 @@ We also support passing in a function as a configuration instead of a hash
77
```ruby
78
79
def get_identity
80
- provider = Code0::Identities::Provider::Discord.new(fetch_configuration)
+ provider = Code0::Identities::Provider::Discord.new(-> { fetch_configuration })
81
82
provider.load_identity(params)
83
end
0 commit comments