Skip to content

Commit

Permalink
perf: update to make codecov happy
Browse files Browse the repository at this point in the history
  • Loading branch information
SLdragon committed May 10, 2024
1 parent ea8f49f commit b518b08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/spec-parser/src/manifestUpdater.ts
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ export class ManifestUpdater {
const [card, jsonPath] =
AdaptiveCardGenerator.generateAdaptiveCard(operationItem);

card.body = card.body?.slice(0, 5);
card.body = card.body.slice(0, 5);
const responseSemantic = wrapResponseSemantics(card, jsonPath);
funcObj.capabilities = {
response_semantics: responseSemantic,
Expand Down

0 comments on commit b518b08

Please sign in to comment.