Skip to content

Commit

Permalink
Merge pull request #150 from kakao-tech-campus-2nd-step3/refactor/vid…
Browse files Browse the repository at this point in the history
…eosAuthChange

[Refactor] 잘못 설정된 인증 부분을 삭제해요
  • Loading branch information
BaeJunH0 authored Nov 13, 2024
2 parents 8602efb + 9cd4cb9 commit d4a6ff7
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,6 @@ public class VideoService {

@Transactional(readOnly = true)
public List<VideoInfo> getVideosBySurround(VideoSearchParams videoSearchParams) {
// 토큰 정보에 대한 검증
if (AuthorizationUtil.isNotLoginUser()) {
throw InplaceException.of(AuthorizationErrorCode.TOKEN_IS_EMPTY);
}

// Place 엔티티 조회
Page<Place> places = placeRepository.findPlacesByDistanceAndFilters(
videoSearchParams.topLeftLongitude(),
Expand Down

0 comments on commit d4a6ff7

Please sign in to comment.