fixed the document type name inserting issue

This commit is contained in:
2025-11-29 16:13:15 +05:30
parent 8961e49dac
commit 5ad17869be
2 changed files with 12 additions and 11 deletions

View File

@@ -416,7 +416,7 @@ export class MinglarService {
cityXid?: number;
pinCode?: string;
},
documents: Array<{ fileName: string; filePath: string }>,
documents: Array<{ fileName: string; filePath: string, documentTypeName?: string }>,
) {
try {
return await this.prisma.$transaction(async (tx) => {