This commit is contained in:
Niklas 2026-04-29 09:52:32 +02:00 committed by GitHub
commit 4130e3043b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -39,7 +39,6 @@ public class ActivitySummaryService {
* Update summary for an activity's period. * Update summary for an activity's period.
* Called after an activity is saved. * Called after an activity is saved.
*/ */
@Async
@Transactional @Transactional
public void updateSummariesForActivity(Activity activity) { public void updateSummariesForActivity(Activity activity) {
if (activity.getUserId() == null || activity.getStartedAt() == null) { if (activity.getUserId() == null || activity.getStartedAt() == null) {