V1.0.1 #13

Merged
jamie merged 2 commits from v1.0.1 into main 2026-06-17 08:44:46 +01:00
Showing only changes of commit ae869e7a2e - Show all commits
+1
View File
@@ -165,5 +165,6 @@ func (s *Server) handleRequeueJob(w http.ResponseWriter, r *http.Request) {
s.qm.NotifySSE("queue_updated", nil) s.qm.NotifySSE("queue_updated", nil)
s.qm.NotifySSE("job_added", nil) s.qm.NotifySSE("job_added", nil)
s.qm.Trigger()
w.WriteHeader(http.StatusOK) w.WriteHeader(http.StatusOK)
} }