arraySum
_.sum
@@ -11200,7 +11200,7 @@
* // => 10
*/
function sum(array) {
return sumBy(array, identity);
return array ? arraySum(array, identity) : 0;
}
/**
The note is not visible to the blocked user.