rtfeldman / elm-spa-example

A Single Page Application written in Elm
https://dev.to/rtfeldman/tour-of-an-open-source-elm-spa
MIT License
3.28k stars 530 forks source link

Unused argument in updateWith? #105

Closed oggox closed 2 years ago

oggox commented 2 years ago

I think the argument of type "Model" is unused here: https://github.com/rtfeldman/elm-spa-example/blob/master/src/Main.elm#L276

Sorry if this is a mistake on my part, just started learning Elm a couple days ago.

oggox commented 2 years ago

Opps, sorry, this is a duplicate of a previous issue.