From f08c94c614f9d398a3d58a44036f84b9b9fe65c7 Mon Sep 17 00:00:00 2001 From: merdan Date: Wed, 7 Sep 2022 18:03:50 +0500 Subject: [PATCH] link parse fx1 --- gorm_models/product.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }