Address todo.

This commit is contained in:
Dillon Kearns 2022-12-15 09:49:17 -08:00
parent e489ccf8fa
commit 915fe12c80

View File

@ -184,6 +184,7 @@ nextStep ({ allRawResponses, errors } as model) maybeRoutes =
Finish ApiResponse completed
Nothing ->
-- TODO put a real error here
FinishedWithErrors []
FinishedWithErrors
[ BuildError.internal "TODO error message"
]
)