From 40030714be184b13e7c929b63d7f3695c6ad6b3c Mon Sep 17 00:00:00 2001 From: Gautam Sheth Date: Tue, 21 Nov 2017 22:47:55 +0530 Subject: [PATCH] lint fixes --- src/sharepoint/webs.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sharepoint/webs.ts b/src/sharepoint/webs.ts index 89642934..ad4b6db7 100644 --- a/src/sharepoint/webs.ts +++ b/src/sharepoint/webs.ts @@ -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 { return this.clone(Web, `tenantappcatalog/add(overwrite=${shouldOverWrite},url='${url}')`) .postCore({