Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Default value not working. #2912

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

quisse
Copy link
Contributor

@quisse quisse commented Nov 30, 2020

For some reason the default option defined in following code fragment is not appearing in the interpolated object/array. I'm not familiar with ruby and not really sure how the interpolated works. Could you point me in the right direction, please? Fixed a typo along the way.

def default_options
{ "secret" => "supersecretstring",
"expected_receive_period_in_days" => 1,
"payload_path" => "some_key",
"event_headers" => "",
"event_headers_key" => "headers",
"score_threshold" => 0.5
}

@quisse
Copy link
Contributor Author

quisse commented Sep 19, 2023

bump

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant