This commit is contained in:
Arya Kiran
2023-02-07 21:37:28 +05:30
parent f90b774bbd
commit 9d966e1378
+1 -1
View File
@@ -154,7 +154,7 @@ func HandleUser(c *fiber.Ctx) error {
log.Println("Bio and Location routes cannot be scraped for organizations")
}
sc.Visit("https://github.com/" + c.Params("user") + "/")
userArray = append(userArray, scrape)
userArray = append(userArray, Scrape)
fmt.Println(userArray)