Skip to content

Commit

Permalink
fix: linting issues
Browse files Browse the repository at this point in the history
Signed-off-by: james-a-morris <[email protected]>
  • Loading branch information
james-a-morris committed Sep 26, 2024
1 parent 06f3564 commit 27f79fb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions api/_utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,8 @@ import {
makeCacheGetterAndSetter,
} from "./_cache";
import {
InputError,
MissingParamError,
InvalidParamError,
handleErrorCondition,
RouteNotEnabledError,
} from "./_errors";

Expand Down
1 change: 0 additions & 1 deletion api/swap-quote.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { ethers } from "ethers";

import { TypedVercelRequest } from "./_types";
import {
InputError,
getLogger,
getTokenByAddress,
handleErrorCondition,
Expand Down

0 comments on commit 27f79fb

Please sign in to comment.