From 935fefbf3f1283587ba11a58deb5356f81f747f1 Mon Sep 17 00:00:00 2001 From: Bryan Frimin Date: Wed, 15 Oct 2025 15:05:31 +0200 Subject: [PATCH] Remove content from the API Signed-off-by: Bryan Frimin --- apps/console/src/pages/DocumentSigningRequestsPage.tsx | 1 - pkg/probo/document_service.go | 1 - 2 files changed, 2 deletions(-) diff --git a/apps/console/src/pages/DocumentSigningRequestsPage.tsx b/apps/console/src/pages/DocumentSigningRequestsPage.tsx index 2da7da278..c60888d54 100644 --- a/apps/console/src/pages/DocumentSigningRequestsPage.tsx +++ b/apps/console/src/pages/DocumentSigningRequestsPage.tsx @@ -18,7 +18,6 @@ import { sprintf } from "@probo/helpers"; type Document = { document_version_id: string; title: string; - content: string; signed?: boolean; }; diff --git a/pkg/probo/document_service.go b/pkg/probo/document_service.go index 815402ab3..2f7dfb325 100644 --- a/pkg/probo/document_service.go +++ b/pkg/probo/document_service.go @@ -376,7 +376,6 @@ func (s *DocumentService) ListSigningRequests( q := ` SELECT p.title, - pv.content, pv.id AS document_version_id, o.name AS organization_name FROM