Skip to content

Commit bdb20a3

Browse files
committed
fix: minor
1 parent a27de97 commit bdb20a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli/utils/load.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ module.exports = function (source, cb) {
2828

2929
} else if (is.JSON(source)) {
3030

31-
data = low(source, { storage: fileAsync }).object
31+
data = low(source, { storage: fileAsync }).state()
3232
cb(null, data)
3333

3434
} else {

0 commit comments

Comments
 (0)