mirror of
https://github.com/towfiqi/serpbear
synced 2025-06-26 18:15:54 +00:00
fixes: Codacy Issues.
This commit is contained in:
@@ -203,9 +203,9 @@ export const extractScrapedResult = (content: string, scraper_type:string): Sear
|
||||
for (const { link, title, position } of results) {
|
||||
if (title && link) {
|
||||
extractedResult.push({
|
||||
title: title,
|
||||
title,
|
||||
url: link,
|
||||
position: position,
|
||||
position,
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user