Skip to content

Commit

Permalink
aa
Browse files Browse the repository at this point in the history
  • Loading branch information
leegiseo00 committed May 17, 2024
1 parent 42d08f2 commit 1ffa49e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion back/recommendationAlgorithm.js
Original file line number Diff line number Diff line change
Expand Up @@ -234,8 +234,9 @@ module.exports = {
async function runQueries(UID, isFirst) {

if (condition == false) {//객체2(유사도 0.2이하)를 20개씩 리턴
let post_obj2_20 = [];
let post_obj2_20;
for (let i = 0; i < 20; i++) {
post_obj2_20 = [];
post_obj2_20.push(post_obj2[i + counter2]);
}
counter2+=20;
Expand Down

0 comments on commit 1ffa49e

Please sign in to comment.