Merge pull request #849 from sherlock-project/fix-quora

use errorMsg for Quora
pull/846/head
Siddharth Dushantha 4 years ago committed by GitHub
commit 7edc4f4285
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1229,8 +1229,8 @@
"username_unclaimed": "noonewouldeverusethis"
},
"Quora": {
"errorType": "response_url",
"errorUrl": "https://www.quora.com/profile/{}",
"errorType": "message",
"errorMsg": "Page Not Found",
"url": "https://www.quora.com/profile/{}",
"urlMain": "https://www.quora.com/",
"username_claimed": "Matt-Riggsby",
@ -2275,4 +2275,4 @@
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
}
}
}

Loading…
Cancel
Save