refactor: make linter happy
This commit is contained in:
@@ -41,7 +41,7 @@ class NodeAliasService(
|
||||
repo.put(pubkey, alias)
|
||||
|
||||
// 4. Publish to StateFlow
|
||||
_aliases.value = _aliases.value + (pubkey to alias)
|
||||
_aliases.value += (pubkey to alias)
|
||||
|
||||
Timber.d("ALIAS [FETCHED ] $pubkey → \"$alias\"")
|
||||
return alias
|
||||
|
||||
Reference in New Issue
Block a user