We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 056279e commit 2a24a15Copy full SHA for 2a24a15
src/normalizers/teams.normalizer.ts
@@ -11,8 +11,6 @@ export const normalizeTeamsPayload = (
11
return {
12
'@type': 'MessageCard',
13
'@context': 'https://schema.org/extensions',
14
- // Microsoft has deprecated color
15
- // https://github.com/MicrosoftDocs/msteams-docs/issues/10062#issuecomment-1862178211
16
themeColor: color,
17
summary: title,
18
title,
0 commit comments