Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save julianjelfs/2653a039eeca516b7360b6e1522dfd43 to your computer and use it in GitHub Desktop.

Select an option

Save julianjelfs/2653a039eeca516b7360b6e1522dfd43 to your computer and use it in GitHub Desktop.
RetrievedTenants result ->
case result of
Ok tenants ->
(tenants, Cmd.none)
Err error ->
let
msg = toString error
fx = Signal.send model.showErrorsAddress msg
|> Effects.task
|> Effects.map TaskDone
in
(model.tenants, fx)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment