From 87e3e208ef363f4722db918dc706ad893f92689a Mon Sep 17 00:00:00 2001 From: Siddharth Dushantha Date: Thu, 2 Apr 2020 08:24:02 +0200 Subject: [PATCH] fixed InsaneJournal false positive Fixed the InsaneJournal false positive by using errorMsg instead of staus_code --- data.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/data.json b/data.json index b9fd7305..969e832d 100644 --- a/data.json +++ b/data.json @@ -897,7 +897,8 @@ "username_unclaimed": "noonewouldeverusethis" }, "Insanejournal": { - "errorType": "status_code", + "errorMsg": "Unknown user", + "errorType": "message", "rank": 29889, "url": "http://{}.insanejournal.com/profile", "urlMain": "insanejournal.com",