Skip to content

Commit

Permalink
aa
Browse files Browse the repository at this point in the history
  • Loading branch information
leegiseo00 committed May 16, 2024
1 parent 7bd2fa6 commit 72d7faa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions back/recommendationAlgorithm.js
Original file line number Diff line number Diff line change
Expand Up @@ -291,8 +291,8 @@ async function runQueries(UID, isFirst) {
//데이터베이스에서 유저가 본 리뷰를 시간 순으로 10개를 가져옴
if (UID != null) {
result1 = await user_history(UID);
const result1_modal = await modal_filter(UID);
filter = result1_modal[0].filter.toString().split("");
//const result1_modal = await modal_filter(UID);
//filter = result1_modal[0].filter.toString().split("");
} else if (UID == null) {
historyNone = true;
}
Expand Down

0 comments on commit 72d7faa

Please sign in to comment.