diff --git a/src/operations/operationList.component.ts b/src/operations/operationList.component.ts index dd68568..07743ba 100644 --- a/src/operations/operationList.component.ts +++ b/src/operations/operationList.component.ts @@ -130,8 +130,6 @@ export class OperationListComponent implements OnInit { this.toastrService.success('Operation #' + operation.id + ' saved.'); this.load(this.minDate, this.maxDate); - - return operation; }, (result) => { this.toastrService.error( 'Error while saving operation: ' + result.message