Refactoring

This commit is contained in:
Vitor Pamplona
2025-12-02 16:53:47 -05:00
parent 72dc9368fb
commit 9e1f863a67
@@ -470,10 +470,8 @@ open class NewProductViewModel :
} }
fun reloadRelaySet() { fun reloadRelaySet() {
val account = accountViewModel?.account ?: return
relayList = relayList =
account.outboxRelays.flow.value accountViewModel.account.outboxRelays.flow.value
.toImmutableList() .toImmutableList()
} }