We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b06b438 commit 0464773Copy full SHA for 0464773
Samples/ksqlDB.RestApi.Client.Sample/Program.cs
@@ -78,7 +78,6 @@ public static async Task Main(string[] args)
78
{
79
ShouldPluralizeFromItemName = true,
80
};
81
- var restApiClient = new KSqlDbRestApiClient(httpClientFactory, restApiClientOptions, loggerFactory);
82
83
var restApiProvider = new KSqlDbRestApiProvider(httpClientFactory, restApiClientOptions, loggerFactory)
84
0 commit comments