Skip to content

Commit d36efa2

Browse files
authored
release: 1.5.5 (#299)
2 parents 16cb8ea + b76754b commit d36efa2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

โ€Žsrc/main/kotlin/org/gitanimals/rank/infra/UpdateUserContributionMessageListener.ktโ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class UpdateUserContributionMessageListener(
3535
image = user.profileImage,
3636
userId = user.id.toLong(),
3737
username = user.username,
38-
weeklyContributions = userContributionUpdated.contributions,
38+
weeklyContributions = userContributionUpdated.updatedContributions,
3939
)
4040

4141
userContributionRankService.updateContribution(updatedUserContributionRank)

โ€Žsrc/main/kotlin/org/gitanimals/render/domain/User.ktโ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ class User(
154154
UserContributionUpdated(
155155
username = this.name,
156156
updatedContributions = afterContribution - beforeContribution,
157-
contributions = beforeContribution,
157+
contributions = afterContribution,
158158
)
159159
)
160160

0 commit comments

Comments
ย (0)