Deleted unused failRegexEvent

This commit is contained in:
Your Name
2022-11-02 12:44:44 +11:00
committed by Min RK
parent dff0f054d0
commit de1757bf57
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;
},