We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0554ab5 commit 11fdefeCopy full SHA for 11fdefe
bin/helpers/atsHelper.js
@@ -59,7 +59,7 @@ exports.getTurboScaleGridDetails = async (bsConfig, args, rawArgs) => {
59
let responseData = {};
60
axios(options).then(response => {
61
try {
62
- responseData = JSON.parse(response.data);
+ responseData = response.data;
63
} catch (e) {
64
responseData = {};
65
}
0 commit comments