link parse fx1

This commit is contained in:
merdan 2022-09-07 18:03:50 +05:00
parent f7d13c8efb
commit f08c94c614
1 changed files with 1 additions and 1 deletions

View File

@ -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
}