mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-10 03:23:07 +00:00
Fixed lint errors and add lint fix script
This commit is contained in:
@@ -46,7 +46,7 @@ export class WorkflowItemDataService extends DataService<WorkflowItem> {
|
||||
* @return an observable that emits true when the deletion was successful, false when it failed
|
||||
*/
|
||||
delete(id: string): Observable<RestResponse> {
|
||||
return this.deleteWFI(id, true)
|
||||
return this.deleteWFI(id, true);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user