debugger entfernt

This commit is contained in:
Lorenz Hilpert
2022-06-21 15:11:31 +02:00
parent 42028a2777
commit 1abacb75be

View File

@@ -200,7 +200,7 @@ export class RemissionListItemComponent implements OnDestroy {
else if (this.item.dtoType === 'suggestion') {
updatedDto = await this._remissionService.returnSuggestion(this.item.dto?.id).toPromise();
}
debugger;
if (updatedDto.impediment?.attempts === 1 && updatedDto.returnReason.startsWith('Abholfach:')) {
this._store.removeItem(this.item);
} else if (updatedDto.impediment?.attempts > 3) {