From 9e14314d22c3fdc0d7f7e7b4ef132c325c0fc95a Mon Sep 17 00:00:00 2001 From: goncy Date: Wed, 25 Aug 2021 19:56:57 -0300 Subject: [PATCH] Remove unnecesary any --- framework/ordercloud/api/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/framework/ordercloud/api/index.ts b/framework/ordercloud/api/index.ts index 25deb9c1e..4dc1c2ba6 100644 --- a/framework/ordercloud/api/index.ts +++ b/framework/ordercloud/api/index.ts @@ -10,7 +10,6 @@ import getProduct from './operations/get-product' import { API_URL, CART_COOKIE, CUSTOMER_COOKIE } from '../constants' export interface OrdercloudConfig extends CommerceAPIConfig { - fetch: any storeRestFetch: ( method: string, resource: string,