Skip to content

Commit 689983e

Browse files
committed
fix: noun function should always return list
1 parent e351dab commit 689983e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

isp-functions/noun-deps.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,5 +72,5 @@ module.exports = targetValue => {
7272
}
7373
}
7474

75-
return errors.length ? errors : null;
75+
return errors;
7676
};

0 commit comments

Comments
 (0)