Merge 6bd1dd6be3 into c84377b05a
This commit is contained in:
commit
4130e3043b
1 changed files with 0 additions and 1 deletions
|
|
@ -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) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue