diff --git a/api/api.go b/api/api.go index 3fbb7d0dfb..a5e15b5b07 100644 --- a/api/api.go +++ b/api/api.go @@ -20,7 +20,7 @@ func NewServerTemplatePage(templateName string) *ServerTemplatePage { return &ServerTemplatePage{ TemplateName: templateName, - Props: props := make(map[string]string), + Props: make(map[string]string), ClientProps: utils.ClientProperties, } }