mirror of
https://github.com/towfiqi/serpbear
synced 2025-06-26 18:15:54 +00:00
fixes: Codacy Issues.
This commit is contained in:
@@ -215,7 +215,7 @@ body {
|
||||
|
||||
.domain_selector .selected > span:nth-child(1),
|
||||
.insight_selector .selected > span:nth-child(1) {
|
||||
width: 100% !important;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.dom_sc_stats > div::after,
|
||||
|
||||
@@ -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