Skip to content

Commit

Permalink
add missing child_spec
Browse files Browse the repository at this point in the history
  • Loading branch information
bighelmet7 committed Nov 14, 2024
1 parent fb4eb22 commit ebe0bfc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gleam/otp/static_supervisor.gleam
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,7 @@ fn convert_child(child: ChildBuilder) -> Dict(Atom, Dynamic) {
|> property("id", child.id)
|> property("start", mfa)
|> property("restart", child.restart)
|> property("significant", child.significant)
|> property("type", type_)
|> property("shutdown", shutdown)
}
Expand Down

0 comments on commit ebe0bfc

Please sign in to comment.