@blotoutio/edgetag-sdk-browser 0.6.3 → 0.6.4
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.
- package/index.js +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -228,7 +228,7 @@
|
|
|
228
228
|
return false;
|
|
229
229
|
};
|
|
230
230
|
const allowProvider = (providers, providerId) => {
|
|
231
|
-
if (providers) {
|
|
231
|
+
if (providers && Object.keys(providers).length) {
|
|
232
232
|
const tagProvider = providers[providerId];
|
|
233
233
|
if (!(tagProvider ||
|
|
234
234
|
(providers['all'] === true && tagProvider === undefined) ||
|