diff --git a/index.js b/index.js index 4ae69df..a2e37f4 100644 --- a/index.js +++ b/index.js @@ -124,7 +124,7 @@ async function syncDataToAzureSQL(){ console.log('Success:', data); // Check if debug information is available and log it if (data.debug) { - console.log('Debug info:', data.debug); + console.log('Debug info:', data.data); } }) .catch((error) => console.error('Error:', error));