Skip to content

Commit

Permalink
Fix spacing bug in tag
Browse files Browse the repository at this point in the history
  • Loading branch information
groshu committed Jun 21, 2023
1 parent 13936e8 commit 258430a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codegen/gateway.go
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ type EndpointSpec struct {
// If "custom" then where to import custom code from
WorkflowImportPath string `yaml:"workflowImportPath"`
// Config additional configs for the endpoint
Config map[string]interface{} `yaml:"config, omitempty"`
Config map[string]interface{} `yaml:"config,omitempty"`
// if "httpClient", which client to call.
ClientID string `yaml:"clientId,omitempty"`
// if "httpClient", which client method to call.
Expand Down

0 comments on commit 258430a

Please sign in to comment.