-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #29 from Leets-Official/28-fix-검색-기능-수정
28 fix 검색 기능 수정
- Loading branch information
Showing
2 changed files
with
7 additions
and
13 deletions.
There are no files selected for viewing
11 changes: 4 additions & 7 deletions
11
.../java/com/leets/commitatobe/domain/user/presentation/dto/response/UserSearchResponse.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,10 @@ | ||
package com.leets.commitatobe.domain.user.presentation.dto.response; | ||
|
||
public record UserSearchResponse( | ||
String username, | ||
Integer exp, | ||
Integer ranking, | ||
String githubId, | ||
String tierName, | ||
String characterUrl, | ||
Integer consecutiveCommitDays, | ||
Integer totalCommitCount, | ||
Integer todayCommitCount, | ||
Integer ranking | ||
Integer exp, | ||
Integer consecutiveCommitDays | ||
) { | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters