diff --git a/src/controllers/api/admin/tokeCommandController.js b/src/controllers/api/admin/tokeCommandController.js
index ce4a452..2af4c40 100644
--- a/src/controllers/api/admin/tokeCommandController.js
+++ b/src/controllers/api/admin/tokeCommandController.js
@@ -57,7 +57,6 @@ module.exports.post = async function(req, res){
res.status(400);
return res.send({errors: validResult.array()})
}
-
}catch(err){
return exceptionHandler(res, err);
}
@@ -87,7 +86,6 @@ module.exports.delete = async function(req, res){
res.status(400);
return res.send({errors: validResult.array()})
}
-
}catch(err){
return exceptionHandler(res, err);
}
diff --git a/src/views/partial/adminPanel/channelList.ejs b/src/views/partial/adminPanel/channelList.ejs
index 2ca358e..c32a049 100644
--- a/src/views/partial/adminPanel/channelList.ejs
+++ b/src/views/partial/adminPanel/channelList.ejs
@@ -15,34 +15,36 @@ You should have received a copy of the GNU Affero General Public License
along with this program. If not, see
- Img- |
-
- Name- |
-
- Description- |
-
|
-
- |
- - - <%- channel.name %> - - | -- <%- channel.description %> - | -
+ Img+ |
+
+ Name+ |
+
+ Description+ |
+
|
+
+ |
+ + + <%- channel.name %> + + | ++ <%- channel.description %> + | +
- Img- |
-
- ID- |
-
- Name- |
-
- Sign-Up
- |
-
- Ban
- |
-
- Expires- |
-
- Expiration
- |
- - - | -
+ Img+ |
+
+ ID+ |
+
+ Name+ |
+
+ Sign-Up
+ |
+
+ Ban
+ |
+
+ Expires+ |
+
+ Expiration
+ |
+ + + | +
- Img- |
-
- ID- |
-
- Name- |
-
- Rank- |
-
- |
-
- Sign-Up
- |
- - - | -
|
-
- |
- - - <%- curUser.id %> - - | -- - <%- curUser.user %> - - | -- <% if(rankEnum.indexOf(curUser.rank) < rankEnum.indexOf(user.rank)){%> - - <% }else{ %> - <%- curUser.rank %> - <% } %> - | -- <%- curUser.email ? curUser.email : "N/A" %> - | -- <%- curUser.date.toUTCString() %> - | -- - - | -
+ Img+ |
+
+ ID+ |
+
+ Name+ |
+
+ Rank+ |
+
+ |
+
+ Sign-Up
+ |
+ + + | +
|
+
+ |
+ + + <%- curUser.id %> + + | ++ + <%- curUser.user %> + + | ++ <% if(rankEnum.indexOf(curUser.rank) < rankEnum.indexOf(user.rank)){%> + + <% }else{ %> + <%- curUser.rank %> + <% } %> + | ++ <%- curUser.email ? curUser.email : "N/A" %> + | ++ <%- curUser.date.toUTCString() %> + | ++ + + | +
Img |
- ID |
- Name |
- Ban |
- Ban Date |
- Expires |
- - |
Img |
+ ID |
+ Name |
+ Ban |
+ Ban Date |
+ Expires |
+ + |
Img |
- ID |
- Name |
- Rank |
-
Img |
+ ID |
+ Name |
+ Rank |
+