Skip to content

Commit c82f483

Browse files
committed
sync openaf/oafp
1 parent eab51f1 commit c82f483

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/include/inputFns.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -727,7 +727,7 @@ var _inputFns = new Map([
727727
var _res = ma.start(_r)
728728
var __r = nostruct ? _res : _fromJSSLON(_res, true)
729729
if (isDef(params.miniametrics)) io.writeFileJSON($t(params.miniametrics, { id: ma.getId() }), ma.getMetrics(), "")
730-
_$o(isObject(__r) && nostrucft ? __r : _res, options)
730+
_$o(isObject(__r) && nostruct ? __r : _res, options)
731731
}],
732732
["xls", (_res, options) => {
733733
_showTmpMsg()

0 commit comments

Comments
 (0)