1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-09 00:18:00 +01:00

chore: formatting

This commit is contained in:
sighphyre 2022-03-22 16:18:20 +02:00
parent d8d510be22
commit 31fdea7df0

View File

@ -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;