Commit 93efb9a7 authored by myishay's avatar myishay
Browse files

fix: fix golinter errors

parent bed91e10
Showing with 1 addition and 1 deletion
+1 -1
...@@ -22,5 +22,5 @@ func (c *CliClient) SendValidateYamlResult(request *ValidatedYamlResult) { ...@@ -22,5 +22,5 @@ func (c *CliClient) SendValidateYamlResult(request *ValidatedYamlResult) {
return return
} }
c.httpClient.Request(http.MethodPost, "/cli/yaml-validation/", request, c.flagsHeaders) _, _ = c.httpClient.Request(http.MethodPost, "/cli/yaml-validation/", request, c.flagsHeaders)
} }
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment