We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e633e61 commit 6da3693Copy full SHA for 6da3693
src/user/service/user.service.js
@@ -297,7 +297,7 @@ export const UserService = {
297
298
// 작가 팔로우 취소하기
299
async CancelArtistFollow(accountId, artistId) {
300
- const artist = await UserRepository.findArtistById(artistId);
+ const artist = await UserRepository.findArtistById(accountId);
301
302
if(!artist)
303
throw new ArtistNotFound();
0 commit comments