Skip to content

Commit

Permalink
fix: duplicated error
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeongh00 committed Jul 28, 2024
1 parent 3335a5a commit 845b807
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,11 @@
import com.foodgo.coremodule.quisine.repository.IngredientRepository;
import lombok.RequiredArgsConstructor;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;

import java.util.List;

@Service
@RequiredArgsConstructor
@Transactional
public class QuisineQueryService {

private final IngredientRepository ingredientRepository;
Expand Down

0 comments on commit 845b807

Please sign in to comment.