diff --git a/isp-functions/noun-deps.js b/isp-functions/noun-deps.js index e9b5f2c..9676f6b 100644 --- a/isp-functions/noun-deps.js +++ b/isp-functions/noun-deps.js @@ -72,5 +72,5 @@ module.exports = targetValue => { } } - return errors.length ? errors : null; + return errors; };