Skip to content
This repository has been archived by the owner on Jun 18, 2019. It is now read-only.

Commit

Permalink
lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Gautam Sheth committed Nov 21, 2017
1 parent 2aba7f1 commit 4003071
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sharepoint/webs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,7 @@ export class Web extends SharePointQueryableShareableWeb {
* @param shouldOverWrite Should an app with the same name in the same location be overwritten? (default: true)
* @returns The response.
*/

public addApp(url: string, content: ArrayBuffer | Blob, shouldOverWrite = true): Promise<any> {
return this.clone(Web, `tenantappcatalog/add(overwrite=${shouldOverWrite},url='${url}')`)
.postCore({
Expand Down

0 comments on commit 4003071

Please sign in to comment.