diff --git a/2-WebApp-graph-user/2-1-Call-MSGraph/README.md b/2-WebApp-graph-user/2-1-Call-MSGraph/README.md index 55d33bef..f17fb60e 100644 --- a/2-WebApp-graph-user/2-1-Call-MSGraph/README.md +++ b/2-WebApp-graph-user/2-1-Call-MSGraph/README.md @@ -226,7 +226,6 @@ Open the project in your IDE (like Visual Studio or Visual Studio Code) to confi private readonly ILogger _logger; private readonly GraphServiceClient _graphServiceClient; - private readonly GraphServiceClient _graphServiceClient; public HomeController(ILogger logger, IConfiguration configuration, GraphServiceClient graphServiceClient)