Skip to content

Commit

Permalink
Merge pull request #1324 from OfficeDev/yukun/fix-sample
Browse files Browse the repository at this point in the history
fix: fix adaptive card msg
  • Loading branch information
MSFT-yiz committed Sep 6, 2024
2 parents 815d997 + 2531419 commit e64ba64
Showing 1 changed file with 1 addition and 1 deletion.
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 e64ba64

Please sign in to comment.