Loading backend/src/place/place.service.ts +1 −1 Original line number Diff line number Diff line Loading @@ -79,7 +79,7 @@ export class PlaceService { } } async findAllByTown(idTown: number, lang: LANGUAGES) { async findAllByTown(idTown: number, lang: LANGUAGES): Promise<GetPlaceDto[]> { const res: any[] = await this.dataSource .getRepository(Place) .createQueryBuilder('place') Loading Loading
backend/src/place/place.service.ts +1 −1 Original line number Diff line number Diff line Loading @@ -79,7 +79,7 @@ export class PlaceService { } } async findAllByTown(idTown: number, lang: LANGUAGES) { async findAllByTown(idTown: number, lang: LANGUAGES): Promise<GetPlaceDto[]> { const res: any[] = await this.dataSource .getRepository(Place) .createQueryBuilder('place') Loading