fix
This commit is contained in:
@@ -119,6 +119,7 @@ func (s *Server) handleGetProcessingJob(w http.ResponseWriter, r *http.Request)
|
||||
Error(w, http.StatusInternalServerError, "load failed")
|
||||
return
|
||||
}
|
||||
items = processing.ApplyV1SEOMetaPolicy(cid, items)
|
||||
JSON(w, http.StatusOK, processing.FormatJobStatusResponse(job, items, true))
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user