Commit d5fec8f6 authored by Lorenzo Trujillo Rojas's avatar Lorenzo Trujillo Rojas
Browse files

Merge branch 'main' into 'main'

Main

See merge request !86
parents 7b627f94 0ec3675b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -150,7 +150,7 @@ export class RouteService {
      .leftJoinAndSelect('route.travelPlace', 'travelPlace')
      .leftJoinAndSelect('travelPlace.place', 'place')
      .leftJoinAndSelect('place.visited', 'visited')
      .leftJoinAndSelect('place.town', 'town')
      .leftJoinAndSelect('route.town', 'town')
      .where('route.idRoute = :idRoute', { idRoute })
      .getOne();