Skip to content

Commit

Permalink
fix: remove reply from send operations
Browse files Browse the repository at this point in the history
  • Loading branch information
Souvikns committed Jan 11, 2024
1 parent 35748a2 commit 0ee38d0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions examples/anime-http/client/asyncapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,6 @@ operations:
$ref: '#/channels/trendingAnime'
messages:
- $ref: '#/components/messages/trendingAnimeMessage'
reply:
channel:
$ref: '#/channels/trendingAnime'
messages:
- $ref: '#/components/messages/trendingAnimeReply'
components:
messages:
testMessage:
Expand Down
5 changes: 0 additions & 5 deletions examples/anime-http/server/asyncapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,6 @@ operations:
$ref: '#/channels/trendingAnime'
messages:
- $ref: '#/components/messages/trendingAnime'
reply:
channel:
$ref: "#/channels/trendingAnime"
messages:
- $ref: '#/components/messages/trendingAnimeReply'
components:
messages:
trendingAnime:
Expand Down

0 comments on commit 0ee38d0

Please sign in to comment.