summaryrefslogtreecommitdiff
path: root/crawler/sanitize.go
diff options
context:
space:
mode:
Diffstat (limited to 'crawler/sanitize.go')
-rw-r--r--crawler/sanitize.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawler/sanitize.go b/crawler/sanitize.go
index 4969be9..7bfbc03 100644
--- a/crawler/sanitize.go
+++ b/crawler/sanitize.go
@@ -49,7 +49,7 @@ func sanitize_offer(angebote []Angebot, shop Shop, try int) []Angebot {
continue
}
- //offer.Website = ""
+ offer.Website = ""
W = append(W, offer)
}