From ac5b50e4a622ee0885678a96c69af7f49290bcee Mon Sep 17 00:00:00 2001 From: Nathanael Sensfelder Date: Fri, 14 Sep 2018 10:09:38 +0200 Subject: ... --- src/Action/Ports.elm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Action') diff --git a/src/Action/Ports.elm b/src/Action/Ports.elm index c79d918..4d83077 100644 --- a/src/Action/Ports.elm +++ b/src/Action/Ports.elm @@ -1,4 +1,4 @@ port module Action.Ports exposing (..) -port store_new_params : (Int, (List String)) -> (Cmd msg) +port store_params : (Int, String) -> (Cmd msg) port reset_params : () -> (Cmd msg) -- cgit v1.2.3-70-g09d2