We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b59a017 commit a205214Copy full SHA for a205214
src/user/service/user.service.js
@@ -274,7 +274,7 @@ export const UserService = {
274
275
// 작가 팔로우하기
276
async FollowArtist(accountId, artistId) {
277
- const artist = await UserRepository.findArtistById(artistId);
+ const artist = await UserRepository.findArtistById(accountId);
278
279
if(!artist)
280
throw new ArtistNotFound();
0 commit comments