Skip to content
This repository has been archived by the owner on Oct 17, 2022. It is now read-only.

Commit

Permalink
Remove elm-analyse warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
kornicameister committed Mar 21, 2019
1 parent 56ac078 commit 67ae499
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Main.elm
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ init :
-> Url.Url
-> Browser.Navigation.Key
-> ( Model, Cmd Msg )
init { version, trianglifyDataUris } url navKey =
init { version } _ navKey =
( { version = version
, navKey = navKey
}
Expand Down Expand Up @@ -146,7 +146,7 @@ update msg model =
, Browser.Navigation.load url
)

URLChanged url ->
URLChanged _ ->
( model, Cmd.none )


Expand Down

0 comments on commit 67ae499

Please sign in to comment.