mirror of
https://github.com/koreanbots/core.git
synced 2025-12-15 14:10:22 +00:00
style: removed unused variable
This commit is contained in:
parent
24fa10ca6f
commit
4800fa8409
@ -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)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user