From 61baaa661a20a27311e95138be570c35b134c161 Mon Sep 17 00:00:00 2001 From: kseysh Date: Thu, 10 Oct 2024 16:33:51 +0900 Subject: [PATCH] =?UTF-8?q?[fix]=20Feign=EC=97=90=EC=84=9C=20=EA=B0=92?= =?UTF-8?q?=EC=9D=84=20=EB=B0=9B=EA=B8=B0=20=EC=9C=84=ED=95=9C=20=EA=B8=B0?= =?UTF-8?q?=EB=B3=B8=20=EC=83=9D=EC=84=B1=EC=9E=90=20=EC=B6=94=20(#404)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../app/application/playground/dto/PlaygroundProfileInfo.java | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/main/java/org/sopt/app/application/playground/dto/PlaygroundProfileInfo.java b/src/main/java/org/sopt/app/application/playground/dto/PlaygroundProfileInfo.java index a80694e2..76d4f7f6 100755 --- a/src/main/java/org/sopt/app/application/playground/dto/PlaygroundProfileInfo.java +++ b/src/main/java/org/sopt/app/application/playground/dto/PlaygroundProfileInfo.java @@ -24,6 +24,7 @@ public record UserActiveInfo( @Getter @Builder + @NoArgsConstructor(access = AccessLevel.PRIVATE) @AllArgsConstructor(access = AccessLevel.PRIVATE) public static class PlaygroundMain { private Long id; @@ -77,6 +78,7 @@ public static class MainViewUser { @Getter @Builder + @NoArgsConstructor(access = AccessLevel.PRIVATE) @AllArgsConstructor(access = AccessLevel.PUBLIC) public static class PlaygroundProfile { @@ -113,6 +115,7 @@ public String getPart() { @Getter @Builder + @NoArgsConstructor(access = AccessLevel.PRIVATE) @AllArgsConstructor(access = AccessLevel.PRIVATE) public static class OwnPlaygroundProfile {