Update src/Simplex/Messaging/Server/Names.hs

Co-authored-by: Evgeny <evgeny@poberezkin.com>
This commit is contained in:
brenzi
2026-09-07 14:20:26 +02:00
committed by GitHub
co-authored by Evgeny
parent 08432383cd
commit b8cc0196ca
+1 -1
View File
@@ -80,7 +80,7 @@ mapReason = \case
"internal" -> NRInternal
"premium" -> NRPremium
-- a code this router has no word for: still reserved, just unworded
_ -> NRUnknown
t -> NRUnknown t
fetch :: NamesEnv -> SimplexDomain -> IO (Either NameErrorType NameResponse)
fetch NamesEnv {resolverEnv} d =