Update MSGraph.ts
This commit is contained in:
parent
3a4272704c
commit
95c4589c38
|
@ -1,3 +1,5 @@
|
||||||
|
//* Thank you Mikael Svenson
|
||||||
|
|
||||||
import { WebPartContext } from '@microsoft/sp-webpart-base';
|
import { WebPartContext } from '@microsoft/sp-webpart-base';
|
||||||
import { GraphError } from '@microsoft/microsoft-graph-client';
|
import { GraphError } from '@microsoft/microsoft-graph-client';
|
||||||
import { MSGraphClient } from '@microsoft/sp-http';
|
import { MSGraphClient } from '@microsoft/sp-http';
|
||||||
|
@ -85,4 +87,4 @@ export class MSGraph {
|
||||||
});
|
});
|
||||||
return p;
|
return p;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue