Skip to content

Commit

Permalink
chore: log for tracking
Browse files Browse the repository at this point in the history
  • Loading branch information
matheusgnreis authored Apr 25, 2024
1 parent 3af544b commit cd6fdab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/lib/integration/update-tracking.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ const fetchTracking = ({ appSdk, storeId }) => {
&& resultTracking.data.events
&& resultTracking.data.events.length
&& resultTracking.data.events[0];
console.log('resultado tracking', JSON.stringify(tracking || {}), JSON.stringify(resultTracking))
console.log('resultado tracking', JSON.stringify(tracking || {}), JSON.stringify(resultTracking || {}))
if (tracking && tracking.id) {
const status = parseStatus(tracking.id)

Expand Down

0 comments on commit cd6fdab

Please sign in to comment.