Skip to content

Commit

Permalink
Update search-results.js
Browse files Browse the repository at this point in the history
  • Loading branch information
kailasnadh790 committed Apr 2, 2024
1 parent 4772689 commit c2477b0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cigaradvisor/blocks/search-results/search-results.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ function filterData(searchTerms, data) {
// }
const results = [];

// Create 10 promises and divide all blogs into those ten.
data.forEach((result) => {
let rank;
let count = 0;
Expand Down

0 comments on commit c2477b0

Please sign in to comment.