Skip to content

Commit 2c5a863

Browse files
committed
Removed null ws return from 90_utils
1 parent 2e32611 commit 2c5a863

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

bits/90_utils.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,6 @@ function sheet_to_formulae(sheet/*:Worksheet*/)/*:Array<string>*/ {
179179
}
180180

181181
function sheet_add_json(_ws/*:?Worksheet*/, js/*:Array<any>*/, opts)/*:Worksheet*/ {
182-
if(!js.length) return _ws;
183182
var o = opts || {};
184183
var offset = +!o.skipHeader;
185184
var ws/*:Worksheet*/ = _ws || ({}/*:any*/);

0 commit comments

Comments
 (0)