This commit is contained in:
Kenneth Jannette
2024-01-22 14:38:03 -06:00
parent a68a604fdb
commit a87517558d

View File

@@ -42,8 +42,10 @@ const UploadModal = (props) => {
: process.env.REACT_APP_API_PROD;
async function saveToDb(uuidName) {
const createdAt = new Date();
const data = {
ownerId: appUserId,
createdAt: createdAt,
documentName: `${uuidName}.pdf`,
docDescription: docDescription,
dateServed: dateServed,