Loading backend/src/pointOfInterest/PointOfInterest.service.ts +2 −2 Original line number Diff line number Diff line Loading @@ -36,7 +36,7 @@ export class PointOfInterestService { idPoint: insertedId, language: LANGUAGES.EN, content: createPointAndTradDto.contentEN, audioName: 'audioName', audioName: 'default.mp3', directions: createPointAndTradDto.directionsEN, }; Loading @@ -44,7 +44,7 @@ export class PointOfInterestService { idPoint: insertedId, language: LANGUAGES.ES, content: createPointAndTradDto.contentES, audioName: 'audioName', audioName: 'default.mp3', directions: createPointAndTradDto.directionsES, }; await this.pointTraductionRepository.insert(createTradEs); Loading Loading
backend/src/pointOfInterest/PointOfInterest.service.ts +2 −2 Original line number Diff line number Diff line Loading @@ -36,7 +36,7 @@ export class PointOfInterestService { idPoint: insertedId, language: LANGUAGES.EN, content: createPointAndTradDto.contentEN, audioName: 'audioName', audioName: 'default.mp3', directions: createPointAndTradDto.directionsEN, }; Loading @@ -44,7 +44,7 @@ export class PointOfInterestService { idPoint: insertedId, language: LANGUAGES.ES, content: createPointAndTradDto.contentES, audioName: 'audioName', audioName: 'default.mp3', directions: createPointAndTradDto.directionsES, }; await this.pointTraductionRepository.insert(createTradEs); Loading