Alpha Release 0.0.9 #82

Merged
niggl merged 61 commits from dev into main 2021-01-08 19:52:59 +00:00
Showing only changes of commit c8f941a779 - Show all commits

View File

@ -74,7 +74,7 @@ export class ScanStationController {
} }
if (oldStation.id != station.id) { if (oldStation.id != station.id) {
throw new ScanStationNotFoundError(); throw new ScanStationIdsNotMatchingError();
} }
await this.stationRepository.save(await station.updateStation(oldStation)); await this.stationRepository.save(await station.updateStation(oldStation));