Skip to content

Commit 3204ab0

Browse files
Update Microsoft.Azure.Cosmos/src/Handler/RequestInvokerHandler.cs
Co-authored-by: Matias Quaranta <[email protected]>
1 parent f79df1e commit 3204ab0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Microsoft.Azure.Cosmos/src/Handler/RequestInvokerHandler.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ private void SetPriorityLevel(RequestMessage requestMessage)
446446
RequestOptions promotedRequestOptions = requestMessage.RequestOptions;
447447
if (promotedRequestOptions?.PriorityLevel.HasValue == true)
448448
{
449-
priorityLevel = promotedRequestOptions.PriorityLevel;
449+
priorityLevel = promotedRequestOptions.PriorityLevel.Value;
450450
}
451451

452452
if (priorityLevel.HasValue)

0 commit comments

Comments
 (0)