8000 feat: include object id/key in invalid object errors by stoneman · Pull Request #301 · optimizely/ruby-sdk · GitHub
[go: up one dir, main page]

Skip to content

feat: include object id/key in invalid object errors #301

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

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
8000 Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
identifier typo
  • Loading branch information
Mat001 authored Sep 28, 2023
commit 732326b0e46fedd46ac0dab19d7b7e926cacc107
2 changes: 1 addition & 1 deletion lib/optimizely/exceptions.rb
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ def initialize(variation_id: nil, variation_key: nil)
@variation_id = variation_id
end

super("Variation #{indentifier} is not in datafile.")
super("Variation #{identifier} is not in datafile.")
end
end

Expand Down
0