style: removed unused variable

This commit is contained in:
wonderlandpark 2021-05-23 10:39:30 +09:00
parent 24fa10ca6f
commit 4800fa8409

View File

@ -3,7 +3,6 @@ import RequestHandler from '@utils/RequestHandler'
import ResponseWrapper from '@utils/ResponseWrapper' import ResponseWrapper from '@utils/ResponseWrapper'
import { BotList } from '@types' import { BotList } from '@types'
import Yup from '@utils/Yup'
const NewList = RequestHandler().get(async (_req, res) => { const NewList = RequestHandler().get(async (_req, res) => {
const result = await get.list.votes.load(1) const result = await get.list.votes.load(1)