fix: Remove redeclaration of cfg in cmd/web.go

This commit is contained in:
Arik Jones (aider)
2024-09-14 15:16:11 -05:00
parent 595c451ad9
commit 8e89621ef0

View File

@@ -20,10 +20,7 @@ var (
xpathSelector string xpathSelector string
) )
var ( var scraperConfig scraper.Config
cfg *config.Config
scraperConfig scraper.Config
)
var webCmd = &cobra.Command{ var webCmd = &cobra.Command{
Use: "web", Use: "web",