fix uniq service chaton ref

This commit is contained in:
Tykayn 2022-07-11 13:23:52 +02:00 committed by caligulanorris
parent 9127b4c7bf
commit d9e8ba6542
2 changed files with 4724 additions and 1754 deletions

View File

@ -135,7 +135,7 @@ async function scrapeDataCatalogcontent(url_page, shouldWeSave) {
name: chaton_name,
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);
}

File diff suppressed because it is too large Load Diff