mirror of
https://codeberg.org/gothub/gothub
synced 2024-12-06 19:16:24 +01:00
fix typo
This commit is contained in:
+1
-1
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user