Skip to content

Commit

Permalink
Merge pull request #116 from wooyeon0626/feature/join
Browse files Browse the repository at this point in the history
[FIX] Modify Profile updateUsersGpsLocation
  • Loading branch information
easyoungcode authored Feb 28, 2024
2 parents 2606e0a + 00c661d commit 628016b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,4 @@ public interface ProfileRepository extends JpaRepository<Profile, Long> {

Optional<Profile> findByUser(User user);

Profile findByUserDomain(User user);
}

0 comments on commit 628016b

Please sign in to comment.