0
0
mirror of https://github.com/neon-mmd/websurfx.git synced 2024-11-21 21:48:21 -05:00

Removed unnecessary comment

This commit is contained in:
MD AL AMIN TALUKDAR 2023-05-20 08:01:24 +05:30 committed by GitHub
parent 9a204b2f98
commit ae2fdb557c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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