add new line
This commit is contained in:
parent
4dc9e7e478
commit
c30dc55e08
|
|
@ -78,6 +78,7 @@ open class CartUpdateManager<TCart : CartModel<TProduct>, TProduct : ProductMode
|
|||
runCatching {
|
||||
lastRemoteCart = remoteCartRepository.getCart()
|
||||
updateLocalCartWithRemote()
|
||||
|
||||
return
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue