From 0020aa2b4416c5fc43f9023a53a51d1a5ee1ca3a Mon Sep 17 00:00:00 2001 From: kelly6bf Date: Wed, 4 Feb 2026 17:48:26 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20#256=20=EC=9E=98=EB=AA=BB=20=EB=93=A4?= =?UTF-8?q?=EC=96=B4=EA=B0=84=20=ED=94=84=EB=A1=9C=ED=95=84=20=EC=A0=9C?= =?UTF-8?q?=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../performance_test/PerformanceTestNotificationSender.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/site/dogether/notification/sender/performance_test/PerformanceTestNotificationSender.java b/src/main/java/site/dogether/notification/sender/performance_test/PerformanceTestNotificationSender.java index fd7ef08b..7456cffc 100644 --- a/src/main/java/site/dogether/notification/sender/performance_test/PerformanceTestNotificationSender.java +++ b/src/main/java/site/dogether/notification/sender/performance_test/PerformanceTestNotificationSender.java @@ -8,7 +8,7 @@ import site.dogether.notification.sender.NotificationSender; @Slf4j -@Profile({"pt", "dev", "local"}) +@Profile({"pt", "local"}) @Primary @Component public class PerformanceTestNotificationSender implements NotificationSender {