zarebin-player-library 1.0.17 → 1.0.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -12379,7 +12379,6 @@ var useHandleParams = (query) => {
|
|
|
12379
12379
|
const handleFeatureSet = () => {
|
|
12380
12380
|
let featureSet = queryParams.featureSet;
|
|
12381
12381
|
if (typeof featureSet === "string") featureSet = strToObj(featureSet);
|
|
12382
|
-
console.log(featureSet);
|
|
12383
12382
|
queryParams.featureSet = featureSet;
|
|
12384
12383
|
return queryParams;
|
|
12385
12384
|
};
|