Skip to content

Commit

Permalink
✅ 로그확인해보고 지움
Browse files Browse the repository at this point in the history
  • Loading branch information
sen2y committed Jul 1, 2024
1 parent 254471a commit 3ecb1e8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/routes/user/user.repository.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ exports.updateRecentSearch = async (_id, searchTerm) => {
console.log('User not found');
}
const recentSearch = user.recentSearches.find((search) => search.searchTerm === searchTerm);

if (recentSearch) {
// 검색어가 이미 존재하는 경우
if (recentSearch.deletedAt) {
Expand Down

0 comments on commit 3ecb1e8

Please sign in to comment.