Skip to content

Commit

Permalink
fix: merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
GODrums committed Nov 22, 2024
1 parent 0094c2c commit b0d55f3
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.stereotype.Service;

@Service
Expand All @@ -36,8 +35,6 @@ public class LeaderboardService {
@Autowired
private ScoringService scoringService;
@Autowired
private IssueCommentRepository issueCommentRepository;
@Autowired
private TeamRepository teamRepository;

@Transactional
Expand Down

0 comments on commit b0d55f3

Please sign in to comment.