add new line

This commit is contained in:
Grigorii 2023-03-23 18:56:46 +04:00
parent 4dc9e7e478
commit c30dc55e08
1 changed files with 1 additions and 0 deletions

View File

@ -78,6 +78,7 @@ open class CartUpdateManager<TCart : CartModel<TProduct>, TProduct : ProductMode
runCatching {
lastRemoteCart = remoteCartRepository.getCart()
updateLocalCartWithRemote()
return
}
}