Skip to content

Commit

Permalink
Merge pull request #1325 from OfficeDev/junhan/fix
Browse files Browse the repository at this point in the history
fix(graph-connector-bot): fix import issue
  • Loading branch information
MSFT-yiz authored Sep 9, 2024
2 parents e64ba64 + 75812d8 commit f8c9c07
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 f8c9c07

Please sign in to comment.