From 9d966e1378e3db8b6fa6e6dc80a84bde35e1d839 Mon Sep 17 00:00:00 2001 From: Arya Kiran Date: Tue, 7 Feb 2023 21:37:28 +0530 Subject: [PATCH] fix typo --- pages/user.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/user.go b/pages/user.go index d71efe9..00cf947 100644 --- a/pages/user.go +++ b/pages/user.go @@ -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)