Skip to content

Commit

Permalink
fix(graph-connector-bot): fix import issue
Browse files Browse the repository at this point in the history
  • Loading branch information
formulahendry committed Sep 9, 2024
1 parent e64ba64 commit 75812d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graph-connector-bot/services/utils.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as jwt from "jsonwebtoken";
import * as jwksClient from "jwks-rsa";
import jwksClient from "jwks-rsa";
import { ExpectedMicrosoftApps } from "./constants";

export class Utils {
Expand Down

0 comments on commit 75812d8

Please sign in to comment.