mirror of
https://github.com/tnypxl/rollup.git
synced 2025-12-15 15:03:17 +00:00
fix: Remove redeclaration of cfg in cmd/web.go
This commit is contained in:
@@ -20,10 +20,7 @@ var (
|
||||
xpathSelector string
|
||||
)
|
||||
|
||||
var (
|
||||
cfg *config.Config
|
||||
scraperConfig scraper.Config
|
||||
)
|
||||
var scraperConfig scraper.Config
|
||||
|
||||
var webCmd = &cobra.Command{
|
||||
Use: "web",
|
||||
|
||||
Reference in New Issue
Block a user