Skip to content

Commit

Permalink
Remove unused property
Browse files Browse the repository at this point in the history
  • Loading branch information
DeKaN committed Oct 4, 2023
1 parent c288e6f commit 7fd31bd
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,6 @@ class ProductListViewModel @Inject constructor(
started = SharingStarted.WhileSubscribed(),
initialValue = ProductListViewState.Empty
)
val productList: StateFlow<List<ProductModel>> = _productList
.stateIn(viewModelScope, SharingStarted.WhileSubscribed(5000), emptyList())

var currentCart: StateFlow<OrderModel?> =
getCurrentCart()
Expand Down

0 comments on commit 7fd31bd

Please sign in to comment.