Skip to content

Commit

Permalink
perf: udpate
Browse files Browse the repository at this point in the history
  • Loading branch information
SLdragon committed Apr 25, 2024
1 parent 41e4bf9 commit 80b41d4
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 @@ -269,7 +269,7 @@ export class ManifestUpdater {

functions.push(funcObj);
functionNames.push(operationId);
const conversationStarterStr = (summary ?? description)?.slice(
const conversationStarterStr = (summary ?? description).slice(
0,
ConstantString.ConversationStarterMaxLens
);
Expand Down

0 comments on commit 80b41d4

Please sign in to comment.