From e2193e449d6573dd4772063569ceee7ba70ba8a6 Mon Sep 17 00:00:00 2001 From: Lukasz Raczylo Date: Sun, 11 Jan 2026 11:06:17 +0000 Subject: [PATCH] fixup! feat(dashboard): add graph stats and vector metrics endpoints --- internal/worker/handlers_data.go | 1 - 1 file changed, 1 deletion(-) diff --git a/internal/worker/handlers_data.go b/internal/worker/handlers_data.go index 0a4b570..9a1950a 100644 --- a/internal/worker/handlers_data.go +++ b/internal/worker/handlers_data.go @@ -594,7 +594,6 @@ func (s *Service) handleGetObservationByID(w http.ResponseWriter, r *http.Reques writeJSON(w, obs) } - // handleGraphStats returns graph statistics for the dashboard. // Uses relation data to compute knowledge graph metrics. func (s *Service) handleGraphStats(w http.ResponseWriter, r *http.Request) {