Skip to content

Commit 573b08d

Browse files
committed
redeploy
1 parent a2fa372 commit 573b08d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/routes/swap/swapRouter.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ function parseRequest(request: Request): SwapParams {
9999
// TODO
100100
// if (!isSupportedChainId(validatedParams.chainId)) {
101101
// throw new Error("Unsupported chainId")
102-
// }
102+
// }
103103

104104
const chainId = validatedParams.chainId
105105
const tokenIn = findToken(chainId, validatedParams.tokenIn)

0 commit comments

Comments
 (0)