We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0deebf0 commit 32260b0Copy full SHA for 32260b0
1 file changed
functions/lib/tiny/constructor.js
@@ -26,7 +26,7 @@ module.exports = function (token) {
26
})
27
.then(response => {
28
const { retorno } = response.data
29
- console.log('>> Debug Retorno => ', retorno, retorno.registros, ' <<')
+ // console.log('>> Debug Retorno => ', retorno, retorno.registros, ' <<')
30
if (retorno.status === 'Erro') {
31
const err = new Error('Tiny error response')
32
const tinyErrorCode = parseInt(retorno.codigo_erro, 10)
0 commit comments