Skip to content

Commit

Permalink
review
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandre Chakroun <[email protected]>
  • Loading branch information
alxckn committed Apr 9, 2024
1 parent ade17ee commit 0a663f1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def process_request(&block)
end

def prepare_evaluation_context(evaluation_context)
return nil if !evaluation_context
return nil unless evaluation_context

fields = evaluation_context.fields
fields["targetingKey"] = fields.delete(:targeting_key)
Expand Down

0 comments on commit 0a663f1

Please sign in to comment.