mirror of
https://github.com/Unleash/unleash.git
synced 2025-02-09 00:18:00 +01:00
chore: formatting
This commit is contained in:
parent
d8d510be22
commit
31fdea7df0
@ -62,7 +62,8 @@ const FlexibleStrategy = ({
|
||||
|
||||
const stickinessOptions = resolveStickiness();
|
||||
|
||||
const rollout = parameters.rollout !== undefined ? parameters.rollout : '100';
|
||||
const rollout =
|
||||
parameters.rollout !== undefined ? parameters.rollout : '100';
|
||||
const stickiness = parameters.stickiness;
|
||||
const groupId = parameters.groupId;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user