Updated on 2026-08-14
This commit is contained in:
parent
cb121e851a
commit
1a1daedacc
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ class DefaultUserWalletsSyncDelegate(
|
||||||
raise(UpdateWalletError.NameAlreadyExists)
|
raise(UpdateWalletError.NameAlreadyExists)
|
||||||
}
|
}
|
||||||
|
|
||||||
return@withContext when (
|
when (
|
||||||
val result =
|
val result =
|
||||||
userWalletsListManager.update(userWalletId) { it.copy(name = name) }
|
userWalletsListManager.update(userWalletId) { it.copy(name = name) }
|
||||||
) {
|
) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue