diff --git a/src/routes/user/user.service.ts b/src/routes/user/user.service.ts index f1ec4d9..15eb83e 100644 --- a/src/routes/user/user.service.ts +++ b/src/routes/user/user.service.ts @@ -173,7 +173,7 @@ export class UserService { type: 'validation_compte', status: StatutValidationType.VALIDE, validated_by: currentUser, - comment + comment, }); await this.validationRepository.save(validation); @@ -194,7 +194,7 @@ export class UserService { type: 'suspension_compte', status: StatutValidationType.VALIDE, validated_by: currentUser, - comment + comment, }) await this.validationRepository.save(suspend); return savedUser;