Skip to content

Commit

Permalink
build failed issue fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
sam5102 committed Sep 10, 2024
1 parent 276c836 commit 68f1d97
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@
import com.flickmatch.platform.graphql.input.PlayerInput;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;

import lombok.extern.log4j.Log4j2;
import java.util.List;
import java.util.Optional;
import java.util.stream.Collectors;

@Service
@Log4j2
public class PaymentRequestBuilder {

@Autowired
Expand Down

0 comments on commit 68f1d97

Please sign in to comment.