console for fix

This commit is contained in:
Ryahn 2025-01-27 19:26:22 -05:00
parent 7c0ff8130b
commit e409fe9bfc

View File

@ -9,6 +9,7 @@ exports.register = function () {
try { try {
// Get body content more reliably // Get body content more reliably
let body = ''; let body = '';
console.log(transaction.body);
// Check if we have a message body // Check if we have a message body
if (transaction.body) { if (transaction.body) {