1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2025-12-19 02:27:03 +00:00

ui: Cons related linter fixes

This commit is contained in:
James Hillyerd
2020-03-29 11:41:23 -07:00
parent 083b65c9bc
commit c312909112
2 changed files with 2 additions and 2 deletions

View File

@@ -40,7 +40,7 @@ apiV1Url elements =
-}
serveUrl : List String -> String
serveUrl elements =
Url.Builder.absolute ([ "serve" ] ++ elements) []
Url.Builder.absolute ("serve" :: elements) []
deleteMessage : HttpResult msg -> String -> String -> Cmd msg