mirror of
https://github.com/roleypoly/roleypoly-v1.git
synced 2025-06-15 18:09:09 +00:00
chore: loads of lgtm maintainability fixes
This commit is contained in:
parent
0b918d9ffa
commit
eb6dce5277
13 changed files with 44 additions and 98 deletions
|
@ -39,7 +39,6 @@ module.exports = (R, $) => {
|
|||
})
|
||||
|
||||
R.get('/api/server/:id/slug', async ctx => {
|
||||
const { userId } = ctx.session
|
||||
const { id } = ctx.params
|
||||
|
||||
const srv = $.discord.client.guilds.get(id)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue