This commit is contained in:
Kenneth Jannette
2024-03-02 01:53:48 -06:00
parent b3bd96344d
commit 59b098a08b

View File

@@ -114,6 +114,7 @@ const RequestEditPage = () => {
} }
async function getOutgoingRequests(docId) { async function getOutgoingRequests(docId) {
console.log("getOutgoingRequests fired, docId", docId);
const docType = String(documentType); const docType = String(documentType);
const response = await fetch( const response = await fetch(
`${apiUrl}/v1/get-outgoing-requests/${docId}/${docType}`, `${apiUrl}/v1/get-outgoing-requests/${docId}/${docType}`,