File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/main/kotlin/org/gitanimals Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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)
Original file line number Diff line number Diff 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
You canโt perform that action at this time.
0 commit comments