@bizdoc/core 1.11.0-next.2 → 1.11.0-next.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1354,10 +1354,8 @@ class MailboxService {
1354
1354
  if (options.isPrivate)
1355
1355
  url += '&isprivate=true';
1356
1356
  }
1357
- const req = new HttpRequest('POST', url, {
1358
- body: fd,
1357
+ const req = new HttpRequest('POST', url, fd, {
1359
1358
  reportProgress: true,
1360
- observe: 'events',
1361
1359
  });
1362
1360
  this._http.request(req).subscribe(event => {
1363
1361
  if (event instanceof ProgressEvent) {