From b37e97ed996c0779f6a3b4333d8e1c79edd28dfe Mon Sep 17 00:00:00 2001 From: groshu <90900462+groshu@users.noreply.github.com> Date: Thu, 22 Jun 2023 14:44:33 +0530 Subject: [PATCH] Fix spacing bug in tag (#878) --- codegen/gateway.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codegen/gateway.go b/codegen/gateway.go index db73fb2ac..0353530da 100644 --- a/codegen/gateway.go +++ b/codegen/gateway.go @@ -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.