From 98202d9230e7211cde27e9b4214226ccb357e69b Mon Sep 17 00:00:00 2001 From: "F. Eugene Aumson" Date: Thu, 9 Apr 2020 16:57:55 -0400 Subject: [PATCH] Remove unused apiKey parameter Addresses review comment https://github.com/0xProject/0x-api/pull/162#discussion_r405773258 --- src/types.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/types.ts b/src/types.ts index 61b83f9e7c..b58f4b88ca 100644 --- a/src/types.ts +++ b/src/types.ts @@ -342,7 +342,6 @@ export interface GetSwapQuoteRequestParams { gasPrice?: BigNumber; excludedSources?: ERC20BridgeSource[]; affiliateAddress?: string; - apiKey?: string; intentOnFilling?: boolean; }