Skip to content

Commit

Permalink
Merge branch 'develop' into support-multiple-repos-leaderboard
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixTJDietrich authored Oct 14, 2024
2 parents ed9c603 + 15fff9c commit 8255cca
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,9 @@
import de.tum.in.www1.hephaestus.codereview.user.User;
import de.tum.in.www1.hephaestus.codereview.user.UserConverter;
import de.tum.in.www1.hephaestus.codereview.user.UserRepository;
import jakarta.transaction.Transactional;

@Transactional
@Service
public class GitHubDataSyncService {
private static final Logger logger = LoggerFactory.getLogger(GitHubDataSyncService.class);
Expand Down

0 comments on commit 8255cca

Please sign in to comment.