Skip to content

Commit

Permalink
Refresh tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
rkoster committed Sep 26, 2016
1 parent e50ac73 commit 6abc654
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/TaskEventOutput.elm
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,9 @@ update msg model =
<| Result.withDefault []
<| decodeEvents rawEvents
in
( { model | stages = stages }, Cmd.none )
( { model | stages = stages }
, getTaskEventOutput model.endpoint model.taskId
)


eventsToStages : List Event -> List Stage
Expand Down

0 comments on commit 6abc654

Please sign in to comment.