Skip to content

Commit

Permalink
Update overview.md
Browse files Browse the repository at this point in the history
  • Loading branch information
andrueastman committed Mar 31, 2021
1 parent b330b34 commit 66176a4
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 66176a4

Please sign in to comment.