Skip to content

Commit

Permalink
sql
Browse files Browse the repository at this point in the history
  • Loading branch information
jmurgolo committed Mar 14, 2024
1 parent 408f1a9 commit 65e5535
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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));
Expand Down

0 comments on commit 65e5535

Please sign in to comment.