mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 18:14:17 +00:00
ESLint: fix dangling commas
This commit is contained in:
@@ -65,7 +65,7 @@ export class WorkflowItemDataService extends IdentifiableDataService<WorkflowIte
|
||||
sendBack(id: string): Observable<boolean> {
|
||||
return this.deleteWFI(id, false).pipe(
|
||||
getFirstCompletedRemoteData(),
|
||||
map((response: RemoteData<NoContent>) => response.hasSucceeded)
|
||||
map((response: RemoteData<NoContent>) => response.hasSucceeded),
|
||||
);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user