@@ -17,7 +17,7 @@ func main() {
panic(err)
}
for email := range emails {
transactions, err := Scrape(email)
transactions, err := Scrape(email, config.Banks)
if err != nil {
log.Println("failed to scrape email:", err)
The note is not visible to the blocked user.