Skip to content

Commit

Permalink
Merge pull request #946 from microsoftgraph/Update-example
Browse files Browse the repository at this point in the history
Close issue 767
  • Loading branch information
andrueastman committed Apr 1, 2021
2 parents 9ccb690 + 66176a4 commit 4761fbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ var graphServiceClient = new GraphServiceClient(new DelegateAuthenticationProvid
.Headers
.Authorization = new AuthenticationHeaderValue("Bearer", accessToken);

return Task.FromResult(0);
return Task.CompletedTask;
}));
```

Expand Down

0 comments on commit 4761fbf

Please sign in to comment.