From c5828aface6afc813bf1ade1fc372805dd2845e2 Mon Sep 17 00:00:00 2001 From: souvik Date: Wed, 11 Oct 2023 15:32:00 +0530 Subject: [PATCH] Update client.ts --- src/adapters/http/client.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/adapters/http/client.ts b/src/adapters/http/client.ts index 3ca398eb9..f0f3312d9 100644 --- a/src/adapters/http/client.ts +++ b/src/adapters/http/client.ts @@ -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())