Skip to content

Commit

Permalink
add note
Browse files Browse the repository at this point in the history
  • Loading branch information
wass3r committed Aug 6, 2024
1 parent 30ca1d2 commit 15b46f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/elm/Pages/Org_/Repo_/Hooks.elm
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ type Msg
-}
update : Shared.Model -> Route { org : String, repo : String } -> Msg -> Model -> ( Model, Effect Msg )
update shared route msg model =
-- persist any hooks updates to the shared model
(\( m, e ) ->
( m, Effect.batch [ e, Effect.updateRepoHooksShared { hooks = m.hooks } ] )
)
Expand Down

0 comments on commit 15b46f9

Please sign in to comment.