Skip to content

Commit

Permalink
502 issue fixed for onc g10 sample (#256)
Browse files Browse the repository at this point in the history
Co-authored-by: Ganesh Kuber <[email protected]>
  • Loading branch information
v-gkuber and Ganesh Kuber authored Nov 7, 2024
1 parent b52beac commit d067047
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ public async Task<OperationContext> ExecuteAsync(OperationContext context)
try
{
await _graphContextService.PersistAppConsentScopeIfRemoval(appConsentInfo, userId);
context.StatusCode = HttpStatusCode.NoContent;
context.StatusCode = HttpStatusCode.OK;
return context;
}
catch (Microsoft.Graph.ServiceException ex)
Expand Down

0 comments on commit d067047

Please sign in to comment.