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({