Skip to content

Commit

Permalink
fix: noun function should always return list
Browse files Browse the repository at this point in the history
  • Loading branch information
iwong-isp committed Jun 23, 2023
1 parent e351dab commit 689983e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion isp-functions/noun-deps.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,5 @@ module.exports = targetValue => {
}
}

return errors.length ? errors : null;
return errors;
};

0 comments on commit 689983e

Please sign in to comment.