Skip to content

Commit 876e58b

Browse files
fix(sites): Remediate false positive for Blitz Tactics
1 parent 388a1e0 commit 876e58b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

sherlock_project/resources/data.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,8 @@
259259
"username_claimed": "blue"
260260
},
261261
"Blitz Tactics": {
262-
"errorType": "status_code",
262+
"errorMsg": "That page doesn't exist",
263+
"errorType": "message",
263264
"url": "https://blitztactics.com/{}",
264265
"urlMain": "https://blitztactics.com/",
265266
"username_claimed": "Lance5500"
@@ -279,7 +280,7 @@
279280
"username_claimed": "mcuban"
280281
},
281282
"BoardGameGeek": {
282-
"errorType": "message",
283+
"errorType": "status_code",
283284
"regexCheck": "^[a-zA-Z0-9_]*$",
284285
"errorMsg": "User not found",
285286
"url": "https://boardgamegeek.com/user/{}",

0 commit comments

Comments
 (0)