dont include job output without refresh
This commit is contained in:
@@ -26,5 +26,5 @@ func (s *Server) get(w http.ResponseWriter, r *http.Request) {
|
||||
return
|
||||
}
|
||||
|
||||
json.NewEncoder(w).Encode(toMap(j))
|
||||
json.NewEncoder(w).Encode(toMap(j, true))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user