Fix incorrect activity count in summaries
This commit is contained in:
parent
6afd7a5dad
commit
6bd1dd6be3
1 changed files with 0 additions and 1 deletions
|
|
@ -39,7 +39,6 @@ public class ActivitySummaryService {
|
|||
* Update summary for an activity's period.
|
||||
* Called after an activity is saved.
|
||||
*/
|
||||
@Async
|
||||
@Transactional
|
||||
public void updateSummariesForActivity(Activity activity) {
|
||||
if (activity.getUserId() == null || activity.getStartedAt() == null) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue