Milind Shah
Results
1
issues of
Milind Shah
Code to reproduce the issue: ``` embed .setParameters([ { Name: 'parameter_name', Values: [], }, ]) .then((res) => { console.log('RES', res); }); ``` Running the code above leads to no changes...