mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-18 07:23:03 +00:00
[TLC-249] Lint fixes
This commit is contained in:
@@ -40,7 +40,7 @@ export const browseServiceStub = {
|
||||
getBrowseDefinitions(): Observable<RemoteData<PaginatedList<BrowseDefinition>>> {
|
||||
return observableOf(createSuccessfulRemoteDataObject(buildPaginatedList(new PageInfo(), mockData)));
|
||||
},
|
||||
}
|
||||
};
|
||||
|
||||
export const BrowseDefinitionDataServiceStub: any = {
|
||||
|
||||
|
Reference in New Issue
Block a user