Skip to content

Commit

Permalink
[작업중] git pull 후 커밋
Browse files Browse the repository at this point in the history
  • Loading branch information
HeeDragoN1123 committed Nov 1, 2023
1 parent 435d587 commit b3220eb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/searches/searches.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ export class SearchesController {
@Get()
@ApiOperation({ summary: '키워드 검색, 카테고리, 지역, 위치인증 필터링' })
async searchByLocation(@Query() searchesDto: SearchesDto) {

const events = await this.searchesService.search(searchesDto);

const event = events.map((item) => {
Expand All @@ -26,5 +25,5 @@ export class SearchesController {
};
});
return event;
}
}
}

0 comments on commit b3220eb

Please sign in to comment.