Skip to content

Commit

Permalink
Merge pull request #103 from Cloudshelf/micro-instances
Browse files Browse the repository at this point in the history
chore: add logging after we load data from shopify
  • Loading branch information
ashleyww93 authored Jan 6, 2025
2 parents 92df369 + 1472577 commit 6a17717
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export class BulkOperationFinishedWebhookHandler extends ShopifyWebhookHandler<u
bulkOp = await this.bulkOperationService.updateFromShopify(retailer, bulkOp);

if (bulkOp?.status === BulkOperationStatus.Completed) {
this.logger.debug('Bulk operation completed successfully');
this.logger.debug('Bulk operation completed successfully', { bulkOp });

if (bulkOp.type === BulkOperationType.ProductSync) {
//create the product consumer
Expand Down

0 comments on commit 6a17717

Please sign in to comment.