Skip to content

Commit 61727b4

Browse files
committed
fix: directory import in factory
1 parent c3a2bef commit 61727b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/http/GraphClientFactory.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { BaseBearerTokenAuthenticationProvider } from "@microsoft/kiota-abstractions";
22
import { Middleware } from "@microsoft/kiota-http-fetchlibrary";
33
import { GraphHttpClient } from "./GraphHttpClient.js";
4-
import { getDefaultMiddlewares, GraphTelemetryOption } from "../middleware";
4+
import { getDefaultMiddlewares, GraphTelemetryOption } from "../middleware/index.js";
55

66
/**
77
* Creates an instance of `GraphHttpClient`, with the provided middlewares and custom fetch implementation both parameters are optional.

0 commit comments

Comments
 (0)