Skip to content

Commit

Permalink
Update client.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Souvikns committed Oct 11, 2023
1 parent bd0d57a commit c5828af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/adapters/http/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class HttpClientAdapter extends Adapter {
let headers = {}
const authConfig = await clientAuthConfig(this.serverName)
const serverUrl = this.serverUrlExpanded
for (const channelName of this.channelAddresses) {
for (const channelName of this.channelNames) {
const channelInfo = this.parsedAsyncAPI.channels().get(channelName)
const httpChannelBinding = channelInfo.bindings().get('http')
const channelServers = channelInfo.servers().all().map(e => e.id())
Expand Down

0 comments on commit c5828af

Please sign in to comment.