Skip to content

Commit

Permalink
chore: user test console.log 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
Legitgoons committed May 11, 2024
1 parent 2a22f63 commit 04049cd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/mocks/test/user/user.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ async function getUserById(userId: number) {
async function getProfileFeedById(userId: number, page: number) {
const profileFeed = await axios.get(`/profile/${userId}?page=${page}`);
const profileFeedData = profileFeed.data.data;
console.log(profileFeedData);
return { profileFeedData };
}

Expand Down

0 comments on commit 04049cd

Please sign in to comment.