From 27f79fb88f05c1bd5605253b672c85be3ecabe75 Mon Sep 17 00:00:00 2001 From: james-a-morris Date: Thu, 26 Sep 2024 12:07:02 -0400 Subject: [PATCH] fix: linting issues Signed-off-by: james-a-morris --- api/_utils.ts | 2 -- api/swap-quote.ts | 1 - 2 files changed, 3 deletions(-) diff --git a/api/_utils.ts b/api/_utils.ts index 3c4e4dd71..165bf4cad 100644 --- a/api/_utils.ts +++ b/api/_utils.ts @@ -61,10 +61,8 @@ import { makeCacheGetterAndSetter, } from "./_cache"; import { - InputError, MissingParamError, InvalidParamError, - handleErrorCondition, RouteNotEnabledError, } from "./_errors"; diff --git a/api/swap-quote.ts b/api/swap-quote.ts index 342e6e29b..d8d626c0d 100644 --- a/api/swap-quote.ts +++ b/api/swap-quote.ts @@ -4,7 +4,6 @@ import { ethers } from "ethers"; import { TypedVercelRequest } from "./_types"; import { - InputError, getLogger, getTokenByAddress, handleErrorCondition,