Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
gardleopard committed Jul 4, 2023
1 parent ae9a3d7 commit 2341bb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/unleash/strategy/flexible_rollout.rb
Expand Up @@ -43,7 +43,7 @@ def resolve_stickiness(stickiness, context)
random
when 'default'
return random unless context.instance_of?(Unleash::Context)

context.user_id || context.session_id || random
else
begin
Expand Down

0 comments on commit 2341bb7

Please sign in to comment.