Skip to content

Commit

Permalink
fix: logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Czigler committed Apr 5, 2023
1 parent f1dab96 commit ae62006
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/simulator/lib/vroom.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ module.exports = {
shipments?.length || 0
}, 🚚 ${vehicle})`
const logger = setInterval(() => {
debug('Calling Vroom', logInfo)
debug('Waiting for Vroom...', logInfo)
}, 2000)

return await fetch(vroomUrl, {
Expand Down

0 comments on commit ae62006

Please sign in to comment.