mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
tslint arrow-parens rule (#4003)
This commit is contained in:
@@ -35,7 +35,7 @@ export class TaskUploadService extends UploadService {
|
||||
let taskId = file.options.parentId;
|
||||
let promise = this.apiService.getInstance().activiti.contentApi.createRelatedContentOnTask(taskId, file.file, opts);
|
||||
|
||||
promise.catch(err => this.handleError(err));
|
||||
promise.catch((err) => this.handleError(err));
|
||||
|
||||
return promise;
|
||||
}
|
||||
|
Reference in New Issue
Block a user