Force rebuild.

This commit is contained in:
Dillon Kearns 2022-08-09 08:49:37 -07:00
parent 8a250357a8
commit ad5fda503f

View File

@ -188,7 +188,9 @@ toQuantity quantityChange =
oneOfParsers : List (Form.HtmlForm String Action ( Int, QuantityChange, Smoothie ) Msg)
oneOfParsers =
[ signoutForm, setQuantityForm ]
[ signoutForm
, setQuantityForm
]
action : RouteParams -> Request.Parser (DataSource (Response ActionData ErrorPage))