fix build

This commit is contained in:
Boshi Lian 2022-11-13 11:03:24 +00:00
parent 30322498e6
commit 3232bee379

View file

@ -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
}