dont include job output without refresh

This commit is contained in:
Bel LaPointe
2021-09-28 10:38:54 -06:00
parent 2cd9f5ea4d
commit 7db42cf5f0
3 changed files with 7 additions and 5 deletions

View File

@@ -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))
}