From ac96909b18eafb4afd22682f06fc813eec313d1b Mon Sep 17 00:00:00 2001 From: kseysh Date: Wed, 16 Oct 2024 20:45:58 +0900 Subject: [PATCH] =?UTF-8?q?[fix]=20=ED=8F=AC=EC=9D=B8=ED=8A=B8=200?= =?UTF-8?q?=EC=9C=BC=EB=A1=9C=20=EC=B4=88=EA=B8=B0=ED=99=94=20=EB=A1=9C?= =?UTF-8?q?=EC=A7=81=20=EC=B6=94=EA=B0=80=20(#423)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../org/sopt/app/application/soptamp/SoptampUserService.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/java/org/sopt/app/application/soptamp/SoptampUserService.java b/src/main/java/org/sopt/app/application/soptamp/SoptampUserService.java index 6bc20d17..d58be7f1 100755 --- a/src/main/java/org/sopt/app/application/soptamp/SoptampUserService.java +++ b/src/main/java/org/sopt/app/application/soptamp/SoptampUserService.java @@ -52,6 +52,7 @@ public void upsertSoptampUser(PlaygroundProfile profile, Long userId) { private void updateSoptampUser(SoptampUser registeredUser, PlaygroundProfile profile){ ActivityCardinalInfo lastActivity = profile.getLatestActivity(); String uniqueNickname = generateUniqueNickname(profile.getName(), lastActivity.getPlaygroundPart()); + registeredUser.initTotalPoints(); registeredUser.updateChangedGenerationInfo( lastActivity.getGeneration(), findPlaygroundPartByPartName(lastActivity.getPlaygroundPart().getPartName()),