@@ -541,6 +541,7 @@ async function openUrl(url, headers){
};
let result = await magicJS.http.get(options).then(response => {
try {
+ magicJS.logger.info(JSON.stringify(response));
const body = response.body;
magicJS.logger.info(body);
return body;