diff --git a/pages/api/v2/list/bots/new.ts b/pages/api/v2/list/bots/new.ts index 92c2ecb..fd1290a 100644 --- a/pages/api/v2/list/bots/new.ts +++ b/pages/api/v2/list/bots/new.ts @@ -3,7 +3,6 @@ import RequestHandler from '@utils/RequestHandler' import ResponseWrapper from '@utils/ResponseWrapper' import { BotList } from '@types' -import Yup from '@utils/Yup' const NewList = RequestHandler().get(async (_req, res) => { const result = await get.list.votes.load(1)