Skip to content

Commit

Permalink
fix review
Browse files Browse the repository at this point in the history
  • Loading branch information
flycash committed Jun 4, 2020
1 parent 5f0084a commit d997d51
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions metadata/report/nacos/report.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d997d51

Please sign in to comment.