Skip to content

Commit 0fd0144

Browse files
authored
Update README.md (#592)
remove repeated line of GraphServiceClient
1 parent c5c2143 commit 0fd0144

File tree

1 file changed

+0
-1
lines changed
  • 2-WebApp-graph-user/2-1-Call-MSGraph

1 file changed

+0
-1
lines changed

2-WebApp-graph-user/2-1-Call-MSGraph/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,6 @@ Open the project in your IDE (like Visual Studio or Visual Studio Code) to confi
226226
private readonly ILogger<HomeController> _logger;
227227
private readonly GraphServiceClient _graphServiceClient;
228228

229-
private readonly GraphServiceClient _graphServiceClient;
230229
public HomeController(ILogger<HomeController> logger,
231230
IConfiguration configuration,
232231
GraphServiceClient graphServiceClient)

0 commit comments

Comments
 (0)