Commit 3dba7de5 authored by Diego Iván's avatar Diego Iván
Browse files

fix

parent a63d6150
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();