@adactive/adsum-utils
Advanced tools
Comparing version 2.3.0-alpha.utils.2 to 2.3.0-alpha.utils.3
{ | ||
"name": "@adactive/adsum-utils", | ||
"version": "2.3.0-alpha.utils.2", | ||
"version": "2.3.0-alpha.utils.3", | ||
"description": "Adsum Component utils", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -205,3 +205,3 @@ // @flow | ||
getMediaFile(media) { | ||
if (media.file && media.file.value) { | ||
if (media && media.file && media.file.value) { | ||
media.file = this.getFile(media.file.value); | ||
@@ -208,0 +208,0 @@ } |
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
10512