Skip to content

Commit 5c92bc4

Browse files
committed
Use proper transactional annotation
1 parent b91c84d commit 5c92bc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

application-server/src/main/java/com/ase/angelos_kb_backend/service/CleanupService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55

66
import org.springframework.scheduling.annotation.Scheduled;
77
import org.springframework.stereotype.Service;
8+
import org.springframework.transaction.annotation.Transactional;
89

910
import com.ase.angelos_kb_backend.repository.EventRepository;
1011

11-
import jakarta.transaction.Transactional;
1212

1313
@Service
1414
public class CleanupService {

0 commit comments

Comments
 (0)