Skip to content

Commit 09634cd

Browse files
committed
Build
1 parent 3e4fed6 commit 09634cd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/http/fetch/src/fetchRequestAdapter.ts

-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ import { type Span, SpanStatusCode, trace } from "@opentelemetry/api";
1010

1111
import { HttpClient } from "./httpClient";
1212
import { type ObservabilityOptions, ObservabilityOptionsImpl } from "./observabilityOptions";
13-
import { InMemoryBackingStoreFactory } from "@microsoft/kiota-abstractions/src";
1413

1514
/**
1615
* Request adapter implementation for the fetch API.
@@ -57,7 +56,6 @@ export class FetchRequestAdapter implements RequestAdapter {
5756
} else {
5857
this.observabilityOptions = new ObservabilityOptionsImpl(observabilityOptions);
5958
}
60-
BackingStoreFactorySingleton.backingStoreFactory = new InMemoryBackingStoreFactory();
6159
}
6260
private readonly getResponseContentType = (response: Response): string | undefined => {
6361
const header = response.headers.get("content-type")?.toLowerCase();

0 commit comments

Comments
 (0)