diff --git a/gorm_models/product.go b/gorm_models/product.go index af4ec1b..b79b409 100644 --- a/gorm_models/product.go +++ b/gorm_models/product.go @@ -102,7 +102,7 @@ func DeleteProducts(db *gorm.DB) error { } func Flush() error { - _, err := helper.SendRequest("GET", os.Getenv("scout_flash"), nil, "", true) + _, err := helper.SendRequest("GET", os.Getenv("scout_flash"), nil, "") return err }