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.
- package/bundles/vcomply-workflow-engine.umd.js +1 -1
- package/bundles/vcomply-workflow-engine.umd.js.map +1 -1
- package/esm2015/lib/workflow-services/responsibility.service.js +2 -2
- package/fesm2015/vcomply-workflow-engine.js +1 -1
- package/fesm2015/vcomply-workflow-engine.js.map +1 -1
- package/package.json +1 -1
|
@@ -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 })
|
|
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());
|