Closed yaaax closed 3 weeks ago
Erreur identifiée : on essaie de recréer un nouvel audit avec un id
existant :
Invalid `this.prisma.audit.create()` invocation in
/Users/yaaacov/goodimpact_workspace/dinum/Ara/confiture-rest-api/src/audits/audit.service.ts:1241:46
1238
1239 await this.fileStorageService.duplicateMultipleFiles(fileDuplications);
1240
→ 1241 const newAudit = await this.prisma.audit.create(
Unique constraint failed on the fields: (`id`)
Affichage d’un message d’erreur à l’écran :
Et la duplication ne se fait pas.