Skip to content

Commit

Permalink
refactor: Remove unused code in ProductService
Browse files Browse the repository at this point in the history
  • Loading branch information
suk-6 committed Sep 22, 2024
1 parent f0d04d7 commit 98e32b6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/modules/product/product.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -565,9 +565,6 @@ export class ProductService {
id: productId,
},
data: {
targetAmount: {
increment: product.currentAmount * amount,
},
collectedAmount: {
increment: product.currentAmount * amount,
},
Expand Down

0 comments on commit 98e32b6

Please sign in to comment.