always no longer exists.

This commit is contained in:
Robin Heggelund Hansen 2024-06-04 19:14:37 +02:00
parent a5eb75a5de
commit ad51fceb36
No known key found for this signature in database

View File

@ -15,7 +15,7 @@ main =
Node.defineProgram
{ init = init
, update = update
, subscriptions = always Sub.none
, subscriptions = \_model -> Sub.none
}