formatted the files

This commit is contained in:
2025-11-22 12:09:37 +05:30
parent d351a632bf
commit e7c94a1b19
2 changed files with 45 additions and 45 deletions

View File

@@ -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,
});
}