Remove AngelList. Usernames that exists are not detected.
This commit is contained in:
parent
dce2d222c9
commit
64ff416299
|
|
@ -40,14 +40,6 @@
|
|||
"username_claimed": "blue",
|
||||
"username_unclaimed": "noonewouldeverusethis7"
|
||||
},
|
||||
"AngelList": {
|
||||
"errorType": "status_code",
|
||||
"rank": 5767,
|
||||
"url": "https://angel.co/{}",
|
||||
"urlMain": "https://angel.co/",
|
||||
"username_claimed": "blue",
|
||||
"username_unclaimed": "noonewouldeverusethis7"
|
||||
},
|
||||
"Anobii": {
|
||||
"errorType": "response_url",
|
||||
"rank": 61501,
|
||||
|
|
|
|||
|
|
@ -6,6 +6,21 @@ They are listed here in the hope that things may change in the future
|
|||
so they may be re-included.
|
||||
|
||||
|
||||
## AngelList
|
||||
|
||||
Username that exists is not detected.
|
||||
|
||||
```
|
||||
"AngelList": {
|
||||
"errorType": "status_code",
|
||||
"rank": 5767,
|
||||
"url": "https://angel.co/{}",
|
||||
"urlMain": "https://angel.co/",
|
||||
"username_claimed": "blue",
|
||||
"username_unclaimed": "noonewouldeverusethis7"
|
||||
},
|
||||
```
|
||||
|
||||
## Codepen
|
||||
|
||||
Username that exists is not detected.
|
||||
|
|
|
|||
Loading…
Reference in New Issue