Skip to content

Commit

Permalink
fixed an issue with map of endpoints being not initialized
Browse files Browse the repository at this point in the history
  • Loading branch information
romangithub1024 committed May 30, 2018
1 parent f916798 commit be921fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/engine/resolve/component_instance.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ func newComponentInstance(cik *ComponentInstanceKey) *ComponentInstance {
EdgesIn: make(map[string]bool),
EdgesOut: make(map[string]bool),
DataForPlugins: make(map[string]string),
Endpoints: make(map[string]string),
}
}

Expand Down

0 comments on commit be921fa

Please sign in to comment.