Skip to content

Commit

Permalink
⚡ :: 셀프 캡쳐
Browse files Browse the repository at this point in the history
  • Loading branch information
yongbeomkwak committed Nov 30, 2023
1 parent 74c630d commit 9092c87
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ final class ProductDetailViewModel: ViewModelType {
guard let self else {return Observable.empty()}

return self.fetchProductUseCase
.execute(id: id)
.execute(id: self.id)
.catch({ error in
DEBUG_LOG(error)

Expand Down

0 comments on commit 9092c87

Please sign in to comment.