Skip to content

Commit

Permalink
refactor: remove unused import on LoginedUserGetByTokenService
Browse files Browse the repository at this point in the history
  • Loading branch information
devxb committed Mar 10, 2024
1 parent e8687be commit dc6c274
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
import org.springframework.stereotype.Service;

import lombok.RequiredArgsConstructor;
import me.nalab.user.application.exception.InvalidTokenException;
import me.nalab.user.application.port.in.LoginedUserGetByTokenUseCase;
import me.nalab.user.application.port.out.persistence.LoginedUserGetByTokenPort;
import org.springframework.transaction.annotation.Transactional;
Expand Down

0 comments on commit dc6c274

Please sign in to comment.