Skip to content

Commit

Permalink
chore: delete not used import in OwnerServiceImpl
Browse files Browse the repository at this point in the history
  • Loading branch information
Hsbalazs committed Sep 10, 2024
1 parent 159408d commit fe91eff
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
import com.greenfoxacademy.backend.repositories.OwnerRepository;
import com.greenfoxacademy.backend.services.auth.AuthService;
import com.greenfoxacademy.backend.services.mail.EmailService;
import com.greenfoxacademy.backend.services.user.owner.OwnerService;
import jakarta.transaction.Transactional;
import java.util.UUID;
import lombok.RequiredArgsConstructor;
Expand Down

0 comments on commit fe91eff

Please sign in to comment.