Skip to content

Commit

Permalink
fix: teams bot double encode issue (#1107)
Browse files Browse the repository at this point in the history
  • Loading branch information
djseng authored Jul 3, 2024
1 parent b54f05d commit 7491070
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/teams/cards/cardBuilder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export function actionBuilder(citation: Citation, docId: number): any {
{
type: CardType.OpenUrl,
title: "Go to the source",
url: url,
url: decodeURI(url),
}
]
}
Expand Down

0 comments on commit 7491070

Please sign in to comment.