From ba1377a5703def0ec52877748f01ce7e9f715b4a Mon Sep 17 00:00:00 2001 From: Gowtham K M <116723241+Gowthamk007m@users.noreply.github.com> Date: Mon, 6 May 2024 11:48:55 +0530 Subject: [PATCH] Update error type to 'message' and set errorMsg to 'This user doesn't exist' --- sherlock/resources/data.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/sherlock/resources/data.json b/sherlock/resources/data.json index 356bdcb..abd4a2a 100644 --- a/sherlock/resources/data.json +++ b/sherlock/resources/data.json @@ -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"