Skip to content

Commit

Permalink
fix: es6 import for request adapter
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Biret <[email protected]>
  • Loading branch information
baywet committed Jun 11, 2024
1 parent 6fc91c6 commit b015fc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/msgraph-sdk/graphRequestAdapter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import {
} from "@microsoft/kiota-http-fetchlibrary";
import { BaseGraphRequestAdapter } from "@microsoft/msgraph-sdk-core";

import { version } from "./version";
import { version } from "./version.js";

export class GraphRequestAdapter extends BaseGraphRequestAdapter {
/**
Expand Down

0 comments on commit b015fc4

Please sign in to comment.