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
|
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",
|
||||||
|
|||||||
Reference in New Issue
Block a user