formatted the files
This commit is contained in:
@@ -307,7 +307,7 @@ export const handler = safeHandler(async (event: APIGatewayProxyEvent): Promise<
|
||||
);
|
||||
uploadedHostDocs.push({
|
||||
documentTypeXid: doc.documentTypeXid,
|
||||
documentName: doc.documentName, // Keep documentName for database
|
||||
documentName: doc.fieldName, // Keep documentName for database
|
||||
filePath,
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user