hotfx
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user