Skip to content

Commit

Permalink
Merge pull request #1326 from OfficeDev/main
Browse files Browse the repository at this point in the history
build: merge main back to dev
  • Loading branch information
MSFT-yiz committed Sep 12, 2024
2 parents 4f0a734 + f8c9c07 commit 66e478f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion notification-codespaces/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ server.post(
$root: {
title: "New Event Occurred!",
appName: "Contoso App Notification",
description: `This is a sample time-triggered notification (${timeStamp}).`,
description: `This is a sample http-triggered notification to ${target.type}`,
notificationUrl: "https://aka.ms/teamsfx-notification-new",
}
})
Expand Down

0 comments on commit 66e478f

Please sign in to comment.