We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3a41ce9 + 5fe8c58 commit 5b1c41bCopy full SHA for 5b1c41b
src/UnisonLocal/Api.elm
@@ -92,7 +92,8 @@ codebaseApiEndpointToEndpoint cbEndpoint =
92
refToString r =
93
case Reference.hashQualified r of
94
HQ.NameOnly fqn ->
95
- FQN.toApiUrlString fqn
+ -- Using plain `toString` here because percentEncoded is added in elm/url's query param builder below
96
+ fqn |> FQN.toString
97
98
HQ.HashOnly h ->
99
withoutConstructorSuffix h
0 commit comments