Skip to content

Commit

Permalink
[FIX] Modify ProfileService
Browse files Browse the repository at this point in the history
  • Loading branch information
easyoungcode committed Feb 28, 2024
1 parent 1fdd22b commit f710a0f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ public HttpStatus updateUsersGpsLocation(String userEmail, String gpsLocation) {


// Profile profile = profileRepository.findByUserDomain(user);
log.info("user 정보(gps): {}", profile);
log.info("user 정보(gps): {}", profile.getId());
log.info("gpsLocation: {}", gpsLocation);

profile.updateGpsLocationInfo(gpsLocation);
Expand Down

0 comments on commit f710a0f

Please sign in to comment.