Skip to content

Commit 0464773

Browse files
committed
[ksqlDB.RestApi.Client]: removed unused variable from samples
1 parent b06b438 commit 0464773

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Samples/ksqlDB.RestApi.Client.Sample/Program.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ public static async Task Main(string[] args)
7878
{
7979
ShouldPluralizeFromItemName = true,
8080
};
81-
var restApiClient = new KSqlDbRestApiClient(httpClientFactory, restApiClientOptions, loggerFactory);
8281

8382
var restApiProvider = new KSqlDbRestApiProvider(httpClientFactory, restApiClientOptions, loggerFactory)
8483
{

0 commit comments

Comments
 (0)