Skip to content

Commit d1a5daf

Browse files
committed
fix(VolunteerRepository): 대소문자 오타 수정
1 parent f38391e commit d1a5daf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/somemore/volunteer/repository/VolunteerRepository.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010
@Repository
1111
public interface VolunteerRepository extends JpaRepository<Volunteer, UUID> {
1212

13-
Optional<Volunteer> findByOauthId(String OauthId);
13+
Optional<Volunteer> findByOauthId(String oauthId);
1414
}

0 commit comments

Comments
 (0)