From 213f74bf1fc1fc462c114776ee6e462c29fb5214 Mon Sep 17 00:00:00 2001 From: Chris Wilkinson Date: Fri, 17 Jan 2025 18:15:35 +0000 Subject: [PATCH] Revert accidental change Refs #2186, 0125c70ae567c2278f346eeb1fd340b5eded43f7 --- src/CachingHttpClient.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CachingHttpClient.ts b/src/CachingHttpClient.ts index e78b6469a..3a4494cef 100644 --- a/src/CachingHttpClient.ts +++ b/src/CachingHttpClient.ts @@ -1,8 +1,8 @@ import { HttpClient, - HttpClientRequest, UrlParams, type HttpClientError, + type HttpClientRequest, type HttpClientResponse, } from '@effect/platform' import { diff } from 'deep-object-diff'