Skip to content

Commit c2724e6

Browse files
committed
Fix duplicated users when scraper obtains user via api call
1 parent 74cf4a1 commit c2724e6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

main.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,6 @@ func testServerConnections(api *API, apiKeyID string, decryptionKey *crypto.Key)
244244
} else {
245245
fmt.Println("WARN: unusable login user", user.Username)
246246
}
247-
loginUsers = append(loginUsers, user)
248247
}
249248

250249
wg.Wait()

0 commit comments

Comments
 (0)