Skip to content

Commit 0995d4d

Browse files
committed
chore: reformat
1 parent 6c0c273 commit 0995d4d

File tree

1 file changed

+14
-23
lines changed

1 file changed

+14
-23
lines changed

sherlock_project/resources/data.json

Lines changed: 14 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -705,10 +705,7 @@
705705
"url": "https://discord.com",
706706
"urlMain": "https://discord.com/",
707707
"urlProbe": "https://discord.com/api/v9/unique-username/username-attempt-unauthed",
708-
"errorMsg": [
709-
"{\"taken\":false}",
710-
"The resource is being rate limited"
711-
],
708+
"errorMsg": ["{\"taken\":false}", "The resource is being rate limited"],
712709
"request_method": "POST",
713710
"request_payload": {
714711
"username": "{}"
@@ -1002,13 +999,13 @@
1002999
"username_claimed": "blue"
10031000
},
10041001
"Warframe Market": {
1005-
"errorType": "status_code",
1006-
"request_method": "GET",
1007-
"url": "https://warframe.market/profile/{}",
1008-
"urlMain": "https://warframe.market/",
1009-
"urlProbe": "https://api.warframe.market/v2/user/{}",
1010-
"username_claimed": "kaiallalone"
1011-
},
1002+
"errorType": "status_code",
1003+
"request_method": "GET",
1004+
"url": "https://warframe.market/profile/{}",
1005+
"urlMain": "https://warframe.market/",
1006+
"urlProbe": "https://api.warframe.market/v2/user/{}",
1007+
"username_claimed": "kaiallalone"
1008+
},
10121009
"GitLab": {
10131010
"errorMsg": "[]",
10141011
"errorType": "message",
@@ -1105,10 +1102,7 @@
11051102
},
11061103
"HackerNews": {
11071104
"__comment__": "First errMsg invalid, second errMsg rate limited. Not ideal. Adjust for better rate limit filtering.",
1108-
"errorMsg": [
1109-
"No such user.",
1110-
"Sorry."
1111-
],
1105+
"errorMsg": ["No such user.", "Sorry."],
11121106
"errorType": "message",
11131107
"url": "https://news.ycombinator.com/user?id={}",
11141108
"urlMain": "https://news.ycombinator.com/",
@@ -2491,14 +2485,13 @@
24912485
"urlMain": "https://tweakers.net",
24922486
"username_claimed": "femme"
24932487
},
2494-
"Twitch": {
2495-
"errorMsg": "content='Twitch is the world's leading video platform and community for gamers.'",
2488+
"Twitch": {
2489+
"errorMsg": "content='Twitch is the world's leading video platform and community for gamers.'",
24962490
"errorType": "message",
24972491
"url": "https://www.twitch.tv/{}",
24982492
"urlMain": "https://www.twitch.tv",
24992493
"username_claimed": "xqc"
2500-
},
2501-
2494+
},
25022495

25032496
"Trovo": {
25042497
"errorMsg": "Uh Ohhh...",
@@ -2579,9 +2572,7 @@
25792572
"username_claimed": "red"
25802573
},
25812574
"Venmo": {
2582-
"errorMsg": [
2583-
"Venmo | Page Not Found"
2584-
],
2575+
"errorMsg": ["Venmo | Page Not Found"],
25852576
"errorType": "message",
25862577
"headers": {
25872578
"Host": "account.venmo.com"
@@ -3208,4 +3199,4 @@
32083199
],
32093200
"username_claimed": "example"
32103201
}
3211-
}
3202+
}

0 commit comments

Comments
 (0)