mirror of
https://github.com/sherlock-project/sherlock
synced 2024-11-23 12:23:03 +00:00
changed error checking method for Pling to errorMsg
This commit is contained in:
parent
7b9d6d109b
commit
b0473eb7e0
1 changed files with 2 additions and 2 deletions
|
@ -1189,8 +1189,8 @@
|
|||
"username_unclaimed": "noonewouldeverusethis7"
|
||||
},
|
||||
"Pling": {
|
||||
"errorType": "response_url",
|
||||
"errorUrl": "https://www.pling.com/",
|
||||
"errorType": "message",
|
||||
"errorMsg": "Resource not found",
|
||||
"url": "https://www.pling.com/u/{}/",
|
||||
"urlMain": "https://www.pling.com/",
|
||||
"username_claimed": "blue",
|
||||
|
|
Loading…
Reference in a new issue