mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-14 21:43:04 +00:00
ESLint: fix dangling commas
This commit is contained in:
@@ -13,7 +13,7 @@ import { SubmissionObjectResolver } from '../core/submission/resolver/submission
|
||||
export class ItemFromWorkflowResolver extends SubmissionObjectResolver<Item> implements Resolve<RemoteData<Item>> {
|
||||
constructor(
|
||||
private workflowItemService: WorkflowItemDataService,
|
||||
protected store: Store<any>
|
||||
protected store: Store<any>,
|
||||
) {
|
||||
super(workflowItemService, store);
|
||||
}
|
||||
|
Reference in New Issue
Block a user