Skip to content
Snippets Groups Projects
Commit d997d51e authored by flycash's avatar flycash
Browse files

fix review

parent 5f0084a4
No related branches found
No related tags found
No related merge requests found
......@@ -174,6 +174,7 @@ func (n *nacosMetadataReport) getConfigAsArray(param vo.ConfigParam) []string {
decodeCfg, err := url.QueryUnescape(cfg)
if err != nil {
logger.Errorf("The config is invalid: %s", cfg)
return res
}
res = append(res, decodeCfg)
return res
......
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