Skip to content

Commit fed9529

Browse files
committed
fix: sonar
1 parent f2b0343 commit fed9529

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/VirtoCommerce.Platform.Web/Controllers/Api/AuthorizationController.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ public async Task<ActionResult> Exchange()
144144
};
145145

146146
var storeIdParameter = openIdConnectRequest.GetParameter("storeId");
147-
if (storeIdParameter != null && storeIdParameter.HasValue)
147+
if (storeIdParameter != null)
148148
{
149149
context.StoreId = (string)storeIdParameter.GetValueOrDefault();
150150
}

0 commit comments

Comments
 (0)