diff --git a/framework/ordercloud/api/utils/fetch-rest.ts b/framework/ordercloud/api/utils/fetch-rest.ts index b7f4ac6a6..61461f72b 100644 --- a/framework/ordercloud/api/utils/fetch-rest.ts +++ b/framework/ordercloud/api/utils/fetch-rest.ts @@ -144,7 +144,7 @@ export const createBuyerFetcher: ( body?: Record, fetchOptions?: Record ) => { - const customGlobal = global as CustomNodeJsGlobal; + const customGlobal = global as unknown as CustomNodeJsGlobal; // Get provider config const config = getConfig()