Fix lint errors

This commit is contained in:
Alessio 2023-02-05 23:40:22 -05:00
parent 3a44f39e9f
commit 933ee9a7f9

View File

@ -99,7 +99,6 @@ func main() {
}
switch operation {
case "create_profile":
create_profile(target)
case "fetch_user":
@ -136,7 +135,6 @@ func main() {
// - password: twitter account password
func login(username string, password string) {
api := scraper.NewGuestSession()
api.LogIn(username, password)