Removed unnecessary comment
This commit is contained in:
parent
9a204b2f98
commit
ae2fdb557c
1 changed files with 1 additions and 3 deletions
|
@ -114,9 +114,7 @@ pub async fn search(
|
||||||
1
|
1
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
// Use the page_url variable as needed
|
|
||||||
|
|
||||||
// fetch the cached results json.
|
// fetch the cached results json.
|
||||||
let cached_results_json = redis_cache.cached_results_json(&page_url);
|
let cached_results_json = redis_cache.cached_results_json(&page_url);
|
||||||
// check if fetched results was indeed fetched or it was an error and if so
|
// check if fetched results was indeed fetched or it was an error and if so
|
||||||
|
|
Loading…
Add table
Reference in a new issue