fix build
This commit is contained in:
parent
30322498e6
commit
3232bee379
1 changed files with 1 additions and 1 deletions
|
|
@ -80,7 +80,7 @@ func main() {
|
|||
}
|
||||
|
||||
gsclient := msgraphsdk.NewGraphServiceClient(adapter)
|
||||
result, err := gsclient.Me().Get()
|
||||
result, err := gsclient.Me().Get(context.Background(), nil)
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue