styling: standard.js enforcement.

This commit is contained in:
41666 2019-02-25 00:44:59 -06:00
parent b8da886601
commit 11cf1d4805
9 changed files with 17 additions and 19 deletions

View file

@ -39,7 +39,7 @@ module.exports = (R, $) => {
})
R.get('/api/server/:id/slug', async (ctx) => {
const { userId } = ctx.session
// const { userId } = ctx.session
const { id } = ctx.params
const srv = $.discord.client.guilds.get(id)