Cleaned code

This commit is contained in:
2026-05-13 23:06:30 +01:00
parent f1354c2db3
commit e483bc4e57
4 changed files with 10 additions and 14 deletions
@@ -113,8 +113,8 @@ export class GroupInfoComponent implements OnInit {
const oldGroup = this.group().id;
try {
await firstValueFrom(this.groupsService.deleteGroupEndpoint(oldGroup));
this.idGroup.emit(oldGroup);
await firstValueFrom(this.groupsService.deleteGroupEndpoint(oldGroup));
this.idGroup.emit(oldGroup);
const toast = await this.toastCtrl.create({
message: 'Groupe supprimé',
duration: 2000,