Skip to content

Commit

Permalink
fix(graph): populate buildnumber on model
Browse files Browse the repository at this point in the history
  • Loading branch information
wass3r committed Nov 6, 2023
1 parent 3c4fe3c commit 7e103d3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/elm/Main.elm
Original file line number Diff line number Diff line change
Expand Up @@ -2155,8 +2155,11 @@ update msg model =
ugm =
{ gm | buildNumber = buildNumber, graph = RemoteData.succeed g }

ubm =
{ bm | buildNumber = buildNumber }

updatedModel =
updateRepoModels model rm bm ugm
updateRepoModels model rm ubm ugm

cmd =
if not sameBuild then
Expand Down

0 comments on commit 7e103d3

Please sign in to comment.