Update transactionController.js

This commit is contained in:
Mr Swift
2024-05-12 18:30:33 +03:30
parent 8638b5dfa4
commit b5abee05e0
+1 -1
View File
@@ -107,7 +107,7 @@ module.exports.add_transaction = [
})
}
} catch (e) {
// console.log('there is an error in (Post Transaction to Arpa)', e)
console.log('there is an error in (Post Transaction to Arpa)', e, data)
return res500(res, e)
}
}