Update MSGraph.ts

This commit is contained in:
Anoop Tatti 2020-08-24 02:40:33 +01:00 committed by GitHub
parent 3a4272704c
commit 95c4589c38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,5 @@
//* Thank you Mikael Svenson
import { WebPartContext } from '@microsoft/sp-webpart-base';
import { GraphError } from '@microsoft/microsoft-graph-client';
import { MSGraphClient } from '@microsoft/sp-http';
@ -85,4 +87,4 @@ export class MSGraph {
});
return p;
}
}
}