Skip to content

Commit

Permalink
rename: 서비스 파일명 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
extinctmule committed Oct 25, 2024
1 parent 87bcef1 commit 3cb69d3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ export const fetchCafes = (sw, ne) => {
} else {
reject('사용자 주변 카페 데이터를 가져오는 데 실패했습니다.');
}
console.log(data);
},
{ bounds: new kakao.maps.LatLngBounds(sw, ne) },
);
Expand Down

0 comments on commit 3cb69d3

Please sign in to comment.