refactor: filter by topic when building catalogue

See coop-cloud/organising#377
This commit is contained in:
2023-10-05 09:34:02 +02:00
parent 7f7f7224c6
commit 6a673ef101
3 changed files with 22 additions and 53 deletions

View File

@ -98,11 +98,6 @@ keys configured on your account.
continue
}
if _, exists := catalogue.CatalogueSkipList[recipeMeta.Name]; exists {
catlBar.Add(1)
continue
}
versions, err := recipe.GetRecipeVersions(recipeMeta.Name, internal.Offline)
if err != nil {
logrus.Warn(err)