Commit 2ee92017 authored by Leo Iannacone's avatar Leo Iannacone

fix check file

parent ff8e0cb1
...@@ -10,7 +10,7 @@ function __check_data_package(data) { ...@@ -10,7 +10,7 @@ function __check_data_package(data) {
} }
function __check_data_file(data) { function __check_data_file(data) {
return __check_data_package(data) && data.file.name return __check_data_package(data) && data.file && data.file.name
} }
function __get_distribution_pool_path(data) { function __get_distribution_pool_path(data) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment