Remove content from the API

Signed-off-by: Bryan Frimin <bryan@getprobo.com>
This commit is contained in:
Bryan Frimin
2025-10-15 15:05:31 +02:00
parent 2f2c8ccd4b
commit 935fefbf3f
2 changed files with 0 additions and 2 deletions

View File

@@ -18,7 +18,6 @@ import { sprintf } from "@probo/helpers";
type Document = {
document_version_id: string;
title: string;
content: string;
signed?: boolean;
};

View File

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