Remove content from the API
Signed-off-by: Bryan Frimin <bryan@getprobo.com>
This commit is contained in:
@@ -18,7 +18,6 @@ import { sprintf } from "@probo/helpers";
|
|||||||
type Document = {
|
type Document = {
|
||||||
document_version_id: string;
|
document_version_id: string;
|
||||||
title: string;
|
title: string;
|
||||||
content: string;
|
|
||||||
signed?: boolean;
|
signed?: boolean;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@@ -376,7 +376,6 @@ func (s *DocumentService) ListSigningRequests(
|
|||||||
q := `
|
q := `
|
||||||
SELECT
|
SELECT
|
||||||
p.title,
|
p.title,
|
||||||
pv.content,
|
|
||||||
pv.id AS document_version_id,
|
pv.id AS document_version_id,
|
||||||
o.name AS organization_name
|
o.name AS organization_name
|
||||||
FROM
|
FROM
|
||||||
|
|||||||
Reference in New Issue
Block a user