nettoyage code

This commit is contained in:
Sana EL HIRI 2022-03-07 16:26:52 +01:00
parent f7a657fddd
commit 8527024606
8 changed files with 3 additions and 18 deletions

View file

@ -100,8 +100,6 @@ export class PageUpdateMemberComponent implements OnInit {
roleList: [roleValue]
};
console.log(membre);
this.membreService.updateMembre(membre)?.subscribe((resp) => {
this.router.navigate(['compte']);
});