fix uniq service chaton ref
This commit is contained in:
parent
9127b4c7bf
commit
d9e8ba6542
@ -135,7 +135,7 @@ async function scrapeDataCatalogcontent(url_page, shouldWeSave) {
|
|||||||
name: chaton_name,
|
name: chaton_name,
|
||||||
url : $('.field--name-field-website-url .field__item')?.text().trim(),
|
url : $('.field--name-field-website-url .field__item')?.text().trim(),
|
||||||
};
|
};
|
||||||
if (softwaresGeneral[soft_name].indexOf(softChaton) !== -1) {
|
if (!softwaresGeneral[soft_name].indexOf(softChaton) !== -1) {
|
||||||
|
|
||||||
softwaresGeneral[soft_name].push(softChaton);
|
softwaresGeneral[soft_name].push(softChaton);
|
||||||
}
|
}
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user