Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
modify: API 분리하며 불필요해진 swagger 주석 삭제
  • Loading branch information
ooheunda committed Apr 25, 2025
commit f8627cb13ca2bc5a006546766b7606c7d808c1b4
2 changes: 0 additions & 2 deletions src/types/dto/responses/leaderboardResponse.type.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ interface LeaderboardUser {
* properties:
* users:
* type: array
* nullable: true
* items:
* $ref: '#/components/schemas/LeaderboardUser'
*/
Expand Down Expand Up @@ -127,7 +126,6 @@ interface LeaderboardPost {
* properties:
* posts:
* type: array
* nullable: true
* items:
* $ref: '#/components/schemas/LeaderboardPost'
*/
Expand Down