Skip to content

Commit

Permalink
Replaced: console statement with logger(#221)
Browse files Browse the repository at this point in the history
  • Loading branch information
ymaheshwari1 committed Oct 12, 2023
1 parent a1dd6d0 commit 0e0d031
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/InProgress.vue
Original file line number Diff line number Diff line change
Expand Up @@ -914,7 +914,7 @@ export default defineComponent({
// Don't open popover when not having shipmentBoxTypes available
if(!shipmentPackage.shipmentBoxTypes.length) {
console.error('Failed to fetch shipment box types')
logger.error('Failed to fetch shipment box types')
return;
}
Expand Down

0 comments on commit 0e0d031

Please sign in to comment.