Skip to content

Commit 772a5ec

Browse files
committed
Code changes to address minor code refactor.
1 parent a5b1e4a commit 772a5ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Microsoft.Azure.Cosmos.Samples/Tools/CTL/Scenarios/ReadWriteQueryScenario.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ private async Task ExecuteOperationsAsync(
178178
operation: i,
179179
partitionKeyAttributeName: config.CollectionPartitionKey,
180180
containers: initializationResult.Containers,
181-
isContentResponseOnWriteEnabled: (bool)config.IsContentResponseOnWriteEnabled)),
181+
isContentResponseOnWriteEnabled: config.IsContentResponseOnWriteEnabled.Value)),
182182
onSuccess: () =>
183183
{
184184
concurrencyControlSemaphore.Release();

0 commit comments

Comments
 (0)