Skip to content

Commit

Permalink
refactor: field title instead of file
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfBarkow committed May 27, 2023
1 parent 50c5cdc commit b6a3628
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Main.elm
Expand Up @@ -30,7 +30,7 @@ fetchCatImageUrl : Cmd Msg
fetchCatImageUrl =
Http.get
{ url = "https://wiki.ralfbarkow.ch/2023-05-27.json"
, expect = Http.expectJson GotResult (field "file" string)
, expect = Http.expectJson GotResult (field "title" string)
}


Expand Down

0 comments on commit b6a3628

Please sign in to comment.