fix service policy deletion bug

This commit is contained in:
Jeff
2019-05-17 00:55:45 +08:00
committed by zryfish
parent 9c5dcf747f
commit d310e635f2
3 changed files with 18 additions and 18 deletions

View File

@@ -440,7 +440,6 @@ func CheckCron(req *http.Request) (*CheckCronRes, error) {
}
defer resp.Body.Close()
doc, err := goquery.NewDocumentFromReader(resp.Body)
if err != nil {
log.Error(err)