Skip to content

Commit 20167cf

Browse files
chore: replace log to lower log
1 parent eeb495d commit 20167cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

functions/lib/integration/export-product.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ module.exports = ({ appSdk, storeId }, tinyToken, queueEntry, appData, canCreate
4545
}]
4646
}
4747
}).then(async result => {
48-
console.log(path, 'created or edited product on tiny', JSON.stringify(tinyProduct), JSON.stringify(product), JSON.stringify(originalTinyProduct))
48+
console.log(path, 'created or edited product on tiny parsed:', tinyProduct && tinyProduct.codigo, product && product._id, JSON.stringify(originalTinyProduct))
4949
if (tinyProduct.variacoes && tinyProduct.variacoes.length && product) {
5050
const documentRef = require('firebase-admin')
5151
.firestore()

0 commit comments

Comments
 (0)