Skip to content

Commit

Permalink
- code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
baywet committed Jan 26, 2024
1 parent faea4bb commit dd08772
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/msgraph-sdk/graphRequestAdapter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ import {
type SerializationWriterFactory,
SerializationWriterFactoryRegistry,
} from "@microsoft/kiota-abstractions";
import type { HttpClient } from "@microsoft/kiota-http-fetchlibrary";
import {
type HttpClient,
type ObservabilityOptions,
ObservabilityOptionsImpl,
} from "@microsoft/kiota-http-fetchlibrary/dist/cjs/src/observabilityOptions"; //TODO update the reference once the new version of kiota-typescript is published
} from "@microsoft/kiota-http-fetchlibrary";
import { BaseGraphRequestAdapter } from "@microsoft/msgraph-sdk-core";

import { version } from "./version";
Expand Down

0 comments on commit dd08772

Please sign in to comment.