Add todo comment.

This commit is contained in:
Dillon Kearns 2022-01-13 15:09:36 -08:00
parent d25e6fc0d8
commit 3bd6fdfdd0

View File

@ -1654,7 +1654,8 @@ apiHandler (Form fields decoder serverValidations modelToValue) =
) )
) )
(Request.expectFormPost (Request.expectFormPost
(\_ -> (\{ optionalField } ->
-- TODO inject `optionalField` so it's not a dependency. That way this can be published as an independent package.
serverValidations serverValidations
) )
) )