Skip to content

Commit 1c15c2d

Browse files
committed
fix: 충돌 해결 전 커밋
1 parent 6dae851 commit 1c15c2d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/cmf/commitField/domain/commit/totalCommit/service/TotalCommitService.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,8 @@ public TotalCommitResponseDto getUpdateCommits(String username, LocalDateTime si
244244
throw new RuntimeException("Failed to fetch GitHub data");
245245
}
246246

247+
248+
System.out.println("메소드 작동 확인 : "+response.getData().getUser());
247249
TotalCommitGraphQLResponse.ContributionsCollection contributions =
248250
response.getData().getUser().getContributionsCollection();
249251

0 commit comments

Comments
 (0)