From ac94ba125b3170c42b6fe3a849acaab2215b67f4 Mon Sep 17 00:00:00 2001 From: Jazper Date: Fri, 22 Jul 2022 17:02:11 +0200 Subject: [PATCH 1/2] Update data.json --- sherlock/resources/data.json | 8 -------- 1 file changed, 8 deletions(-) diff --git a/sherlock/resources/data.json b/sherlock/resources/data.json index 5de4b92a..b6f987f5 100644 --- a/sherlock/resources/data.json +++ b/sherlock/resources/data.json @@ -2698,13 +2698,5 @@ "urlProbe": "https://www.minds.com/api/v3/register/validate?username={}", "username_claimed": "john", "username_unclaimed": "noonewouldeverusethis7" - }, - "furaffinity": { - "errorMsg": "This user cannot be found.", - "errorType": "message", - "url": "https://www.furaffinity.net/user/{}", - "urlMain": "https://www.furaffinity.net", - "username_claimed": "jesus", - "username_unclaimed": "noonewouldeverusethis7" } } From 8094b0df9f9ec64ba51aaa54e842a303a0cb10ca Mon Sep 17 00:00:00 2001 From: Jazper Date: Fri, 22 Jul 2022 17:03:16 +0200 Subject: [PATCH 2/2] Update data.json --- sherlock/resources/data.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/sherlock/resources/data.json b/sherlock/resources/data.json index b6f987f5..5de4b92a 100644 --- a/sherlock/resources/data.json +++ b/sherlock/resources/data.json @@ -2698,5 +2698,13 @@ "urlProbe": "https://www.minds.com/api/v3/register/validate?username={}", "username_claimed": "john", "username_unclaimed": "noonewouldeverusethis7" + }, + "furaffinity": { + "errorMsg": "This user cannot be found.", + "errorType": "message", + "url": "https://www.furaffinity.net/user/{}", + "urlMain": "https://www.furaffinity.net", + "username_claimed": "jesus", + "username_unclaimed": "noonewouldeverusethis7" } }