@denimlabs/fb-position-validation
Advanced tools
Comparing version 1.0.14 to 1.0.15
@@ -131,5 +131,3 @@ "use strict"; | ||
if (facebook_positions.includes('feed') || instagram_positions.includes('story')) { | ||
if ((device_platforms || []).length === 0 || device_platforms.includes('mobile')) { | ||
return true; | ||
} else { | ||
if ((device_platforms || []).length === 0 || device_platforms.includes('mobile')) {} else { | ||
throw ERRORS.STORY_DEVICE; | ||
@@ -136,0 +134,0 @@ } |
@@ -234,3 +234,3 @@ // Optional | ||
) { | ||
return true | ||
// return true | ||
} else { | ||
@@ -237,0 +237,0 @@ throw ERRORS.STORY_DEVICE |
{ | ||
"name": "@denimlabs/fb-position-validation", | ||
"version": "1.0.14", | ||
"version": "1.0.15", | ||
"description": "Validate facebook positions against denim campaign objectives.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
63665
997