Skip to content

Commit

Permalink
[hotfix] UserApi 내 잘못된 UserId 어노테이션 import 참조 수정 (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
jinkonu committed Jul 15, 2024
1 parent 478f435 commit fa3ae39
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import io.swagger.v3.oas.annotations.responses.ApiResponse;
import io.swagger.v3.oas.annotations.security.SecurityRequirement;
import io.swagger.v3.oas.annotations.tags.Tag;
import org.recordy.server.auth.security.UserId;
import org.recordy.server.auth.security.resolver.UserId;
import org.recordy.server.record_stat.domain.usecase.Preference;
import org.recordy.server.user.controller.dto.response.UserInfoWithFollowing;
import org.recordy.server.user.controller.dto.response.UserInfo;
Expand Down

0 comments on commit fa3ae39

Please sign in to comment.