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 {
|
runCatching {
|
||||||
lastRemoteCart = remoteCartRepository.getCart()
|
lastRemoteCart = remoteCartRepository.getCart()
|
||||||
updateLocalCartWithRemote()
|
updateLocalCartWithRemote()
|
||||||
|
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue