Skip to content

Commit

Permalink
chore: remove context event id
Browse files Browse the repository at this point in the history
  • Loading branch information
matheusgnreis committed Jan 18, 2024
1 parent f4bae5e commit fd7ff1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/lib/cron/export-product.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ module.exports = async () => {
}
})
.then(() => {
console.log('>> End Event ', context.eventId)
console.log('>> End Event exportation')
})
}
}

0 comments on commit fd7ff1a

Please sign in to comment.