This commit is contained in:
Hazel Noack
2025-07-03 17:27:10 +02:00
parent bcf97a88e0
commit f23e48700b
3 changed files with 13 additions and 4 deletions

View File

@@ -1,6 +1,8 @@
package rendering
import (
"fmt"
"gitea.elara.ws/Hazel/transfem-startpage/internal/diyhrt"
)
@@ -42,6 +44,7 @@ func (rc *RenderingConfig) LoadDiyHrt(listings []diyhrt.Listing) {
stores := make([]diyhrt.Store, 0)
for _, listing := range listings {
fmt.Println(listing)
if _, ok := existingStores[listing.Store.Id]; ok {
continue
}