Added scan (station) apis feature/67-scan_apis #80

Merged
niggl merged 51 commits from feature/67-scan_apis into dev 2021-01-08 19:18:42 +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) {
throw new ScanStationNotFoundError();
throw new ScanStationIdsNotMatchingError();
}
await this.stationRepository.save(await station.updateStation(oldStation));