Merge pull request #4172 from liliyao2022/patch-10

Deleted unused failRegexEvent
This commit is contained in:
Min RK
2022-11-24 11:22:40 +01:00
committed by GitHub
6 changed files with 2 additions and 10 deletions

View File

@@ -41,10 +41,7 @@ const withAPI = withProps(() => ({
jhapiRequest("/users/" + username, "GET")
.then((data) => data.status)
.then((data) => (data > 200 ? false : true)),
// Temporarily Unused
failRegexEvent: () => {
return null;
},
noChangeEvent: () => {
return null;
},