Skip to content

Commit

Permalink
refactor: Position 반환되도록 dto 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
huncozyboy committed Nov 27, 2024
1 parent 2738284 commit dd82a3d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public record SummaryResponse(
Integer id,
String name,
List<Integer> cardinals,
String department
Position position
) {}
public record AdminResponse(
Integer id,
Expand Down

0 comments on commit dd82a3d

Please sign in to comment.