Skip to content

Commit

Permalink
fixed InsaneJournal false positive
Browse files Browse the repository at this point in the history
Fixed the InsaneJournal false positive by using errorMsg instead of
staus_code
  • Loading branch information
sdushantha committed Apr 2, 2020
1 parent d3e4c38 commit 87e3e20
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion data.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 87e3e20

Please sign in to comment.