From 4800fa840986a35f3c01d611167b386b7d04ae87 Mon Sep 17 00:00:00 2001 From: wonderlandpark Date: Sun, 23 May 2021 10:39:30 +0900 Subject: [PATCH] style: removed unused variable --- pages/api/v2/list/bots/new.ts | 1 - 1 file changed, 1 deletion(-) 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)