From a202283656ad047e54f2740a4ce247095a4514c0 Mon Sep 17 00:00:00 2001 From: Arnydo Date: Tue, 1 Oct 2019 15:03:24 -0400 Subject: [PATCH 1/2] Add T-Mobile Support --- data.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/data.json b/data.json index 18b3fa8e..be199f89 100644 --- a/data.json +++ b/data.json @@ -1227,6 +1227,14 @@ "username_claimed": "blue", "username_unclaimed": "noonewouldeverusethis7" }, + "T-MobileSupport": { + "errorType": "status_code", + "rank": 9999, + "url": "https://support.t-mobile.com/people/{}", + "urlMain": "https://support.t-mobile.com", + "username_claimed": "blue". + "username_unclaimed": "noonewouldeverusethis7" + }, "TradingView": { "errorType": "status_code", "rank": 362, @@ -1527,4 +1535,4 @@ "username_claimed": "bule", "username_unclaimed": "noonewouldeverusethis7" } -} \ No newline at end of file +} From 2d19079ae98d77618df5f531257cb5a257fa7167 Mon Sep 17 00:00:00 2001 From: Kyle Parrish Date: Tue, 1 Oct 2019 15:05:57 -0400 Subject: [PATCH 2/2] Correct typo --- data.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data.json b/data.json index be199f89..40487185 100644 --- a/data.json +++ b/data.json @@ -1232,7 +1232,7 @@ "rank": 9999, "url": "https://support.t-mobile.com/people/{}", "urlMain": "https://support.t-mobile.com", - "username_claimed": "blue". + "username_claimed": "blue", "username_unclaimed": "noonewouldeverusethis7" }, "TradingView": {