Skip to content

Commit

Permalink
disable remove job until fix this issue
Browse files Browse the repository at this point in the history
  • Loading branch information
bahram1249 committed Jul 27, 2024
1 parent 409cb4d commit 6b9ce6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/e-commerce/src/e-commerce.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ export class ECommerceModule implements NestModule {
app.get(ProductImageRemovalService).run();

// add product video removal job
app.get(ProductVideoRemovalService).run();
//app.get(ProductVideoRemovalService).run();

// add discount cacher
app.get(ProductDiscountJobRunnerService).run();
Expand Down

0 comments on commit 6b9ce6b

Please sign in to comment.