Kinto / elm-kinto

An Elm client for the Kinto API
http://package.elm-lang.org/packages/Kinto/elm-kinto/latest
Other
28 stars 7 forks source link

Fix example sort method #33

Closed gabisurita closed 7 years ago

gabisurita commented 7 years ago

The example wouldn't compile, as sortBy was removed on https://github.com/Kinto/elm-kinto/pull/32, I'm using sort instead.

$ elm make Main.elm 
-- NAMING ERROR -------------------------------------------------- ././Model.elm

Cannot find variable `Kinto.sortBy`.

467|                     |> Kinto.sortBy [ sortColumn ]
                            ^^^^^^^^^^^^
`Kinto` does not expose `sortBy`. Maybe you want one of the following?

    Kinto.sort

Detected errors in 1 module
glasserc commented 7 years ago

Thanks!