test real baza

This commit is contained in:
merdan 2023-05-03 15:12:57 +05:00
parent 22f275fb03
commit 73941daf44
1 changed files with 2 additions and 1 deletions

View File

@ -87,7 +87,8 @@ func worker(db *gorm.DB, stopCh <-chan struct{}, updatePeriod time.Duration) {
log.Println("Error retrieving products:", err)
continue
} else {
log.Println(result)
log.Println(len(result))
continue
}
// Update products as needed