Removed unnecessary comment
This commit is contained in:
parent
9a204b2f98
commit
ae2fdb557c
1 changed files with 1 additions and 3 deletions
|
@ -115,8 +115,6 @@ pub async fn search(
|
|||
}
|
||||
};
|
||||
|
||||
// Use the page_url variable as needed
|
||||
|
||||
// fetch the cached results json.
|
||||
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
|
||||
|
|
Loading…
Add table
Reference in a new issue