Skip to content

Commit

Permalink
fix: add searching for replyAddresses component of v3 (#213)
Browse files Browse the repository at this point in the history
  • Loading branch information
aeworxet committed Jan 9, 2024
1 parent cadb6e5 commit 2ec4971
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ComponentProvider.ts
Expand Up @@ -74,6 +74,7 @@ export const getOptimizableComponents = (
parameters: getAllComponents('parameters'),
correlationIds: getAllComponents('correlationIds'),
replies: getAllComponents('replies'),
replyAddresses: getAllComponents('replyAddresses'),
externalDocs: getAllComponents('externalDocs'),
tags: getAllComponents('tags'),
operationTraits: getAllComponents('operationTraits'),
Expand Down

0 comments on commit 2ec4971

Please sign in to comment.