fixed the document type name inserting issue
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user