Skip to content

Commit

Permalink
Added club url to translations
Browse files Browse the repository at this point in the history
  • Loading branch information
rapind committed Nov 12, 2024
1 parent d448cce commit 55e6c1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Results.elm
Original file line number Diff line number Diff line change
Expand Up @@ -1357,7 +1357,7 @@ getTranslations : Flags -> Cmd Msg
getTranslations flags =
let
url =
baseUrl flags ++ "/translations"
baseClubUrl flags ++ "/translations"
in
RemoteData.Http.get url GotTranslations decodeTranslations

Expand Down

0 comments on commit 55e6c1f

Please sign in to comment.