mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-11 03:52:59 +00:00
Deleted unused failRegexEvent
This commit is contained in:
@@ -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;
|
||||
},
|
||||
|
Reference in New Issue
Block a user