mirror of
https://github.com/sherlock-project/sherlock
synced 2025-02-16 20:48:27 +00:00
Update error type to 'message' and set errorMsg to 'This user doesn't exist'
This commit is contained in:
parent
ba1d03999d
commit
ba1377a570
1 changed files with 4 additions and 2 deletions
|
@ -202,7 +202,8 @@
|
|||
"username_claimed": "blue"
|
||||
},
|
||||
"Blipfoto": {
|
||||
"errorType": "status_code",
|
||||
"errorMsg": "This user doesn't exist",
|
||||
"errorType": "message",
|
||||
"url": "https://www.blipfoto.com/{}",
|
||||
"urlMain": "https://www.blipfoto.com/",
|
||||
"username_claimed": "blue"
|
||||
|
@ -1210,7 +1211,8 @@
|
|||
"username_claimed": "blue"
|
||||
},
|
||||
"LibraryThing": {
|
||||
"errorType": "status_code",
|
||||
"errorMsg": "This user doesn't exist",
|
||||
"errorType": "message",
|
||||
"url": "https://www.librarything.com/profile/{}",
|
||||
"urlMain": "https://www.librarything.com/",
|
||||
"username_claimed": "blue"
|
||||
|
|
Loading…
Add table
Reference in a new issue