style: code style fix

This commit is contained in:
Junseo Park 2021-02-25 11:12:53 +09:00
parent 58882ad5ca
commit 4c8a5f2d28
2 changed files with 0 additions and 2 deletions

View File

@ -5,7 +5,6 @@ import { WidgetOptionsSchema } from '@utils/Yup'
import { badgen } from 'badgen'
import { get } from '@utils/Query'
import { formatNumber } from '@utils/Tools'
import { BotBadgeType, DiscordEnpoints } from '@utils/Constants'
const Widget: NextApiHandler = async(req: ApiRequest, res: NextApiResponse) => {

View File

@ -240,7 +240,6 @@ async function assignToken(info: TokenRegister):Promise<string> {
await knex('users').update({ token: t }).where({ id: info.id })
} else t = token[0].token
return t
}