From 910ff185291dfacaf1ff5f88992e43fc2c93fc24 Mon Sep 17 00:00:00 2001 From: minju Date: Tue, 9 Dec 2025 16:50:46 +0900 Subject: [PATCH 1/2] =?UTF-8?q?test=20:=20=EB=B0=B0=ED=8F=AC=20=ED=85=8C?= =?UTF-8?q?=EC=8A=A4=ED=8A=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../notification/controller/AdminNotificationController.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gotcha/src/main/java/Gotcha/domain/notification/controller/AdminNotificationController.java b/gotcha/src/main/java/Gotcha/domain/notification/controller/AdminNotificationController.java index bbfe3246..d2f52b76 100644 --- a/gotcha/src/main/java/Gotcha/domain/notification/controller/AdminNotificationController.java +++ b/gotcha/src/main/java/Gotcha/domain/notification/controller/AdminNotificationController.java @@ -56,4 +56,4 @@ public ResponseEntity deleteNotification( adminNotificationService.deleteNotification(notificationId); return ResponseEntity.status(HttpStatus.NO_CONTENT).build(); } -} \ No newline at end of file +} From 170260db81a8fa44a58583a9094c9e346a558f31 Mon Sep 17 00:00:00 2001 From: minju Date: Tue, 9 Dec 2025 17:02:28 +0900 Subject: [PATCH 2/2] =?UTF-8?q?test=20:=20=EB=B0=B0=ED=8F=AC=20=ED=85=8C?= =?UTF-8?q?=EC=8A=A4=ED=8A=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../domain/achivement/repository/AchievementRepository.java | 1 + 1 file changed, 1 insertion(+) diff --git a/gotcha/src/main/java/Gotcha/domain/achivement/repository/AchievementRepository.java b/gotcha/src/main/java/Gotcha/domain/achivement/repository/AchievementRepository.java index d2bec528..a684fa92 100644 --- a/gotcha/src/main/java/Gotcha/domain/achivement/repository/AchievementRepository.java +++ b/gotcha/src/main/java/Gotcha/domain/achivement/repository/AchievementRepository.java @@ -5,3 +5,4 @@ public interface AchievementRepository extends JpaRepository { } +