Remove unused GroupsError

This commit is contained in:
Girish Ramakrishnan
2019-10-22 16:26:15 -07:00
parent 332f2e7c10
commit 1b594d3e50
2 changed files with 0 additions and 3 deletions
-2
View File
@@ -58,8 +58,6 @@ GroupsError.INTERNAL_ERROR = 'Internal Error';
GroupsError.ALREADY_EXISTS = 'Already Exists';
GroupsError.NOT_FOUND = 'Not Found';
GroupsError.BAD_FIELD = 'Field error';
GroupsError.NOT_EMPTY = 'Not Empty';
GroupsError.NOT_ALLOWED = 'Not Allowed';
// keep this in sync with validateUsername
function validateGroupname(name) {