Skip to content

Commit 11fdefe

Browse files
committed
fix creation
1 parent 0554ab5 commit 11fdefe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/helpers/atsHelper.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ exports.getTurboScaleGridDetails = async (bsConfig, args, rawArgs) => {
5959
let responseData = {};
6060
axios(options).then(response => {
6161
try {
62-
responseData = JSON.parse(response.data);
62+
responseData = response.data;
6363
} catch (e) {
6464
responseData = {};
6565
}

0 commit comments

Comments
 (0)