vcomply-workflow-engine 2.9.52 → 2.9.53

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.
@@ -3359,7 +3359,7 @@
3359
3359
  };
3360
3360
  ResponsibilityService.prototype.fileUpload = function (file) {
3361
3361
  var headers = new i1.HttpHeaders().set('token', this.authService.getAuthorizationToken());
3362
- return this.http.post(this.env.compliancePost + 'file/upload', file, { headers: headers }).pipe(operators.retry(2));
3362
+ return this.http.post(this.env.compliancePost + 'file/upload', file, { headers: headers });
3363
3363
  };
3364
3364
  ResponsibilityService.prototype.getAssessmentCategory = function (payload, program_ids) {
3365
3365
  var headers = new i1.HttpHeaders().set('token', this.authService.getAuthorizationToken());