summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/Action/Ports.elm')
-rw-r--r--src/Action/Ports.elm2
1 files changed, 1 insertions, 1 deletions
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)