fixed after merge

This commit is contained in:
lotte
2022-04-05 16:35:24 +02:00
parent 30b7e8eb39
commit 53c67ac878
34 changed files with 82 additions and 82 deletions

View File

@@ -13,10 +13,10 @@ import { DSOChangeAnalyzer } from '../data/dso-change-analyzer.service';
import { WorkspaceItem } from './models/workspaceitem.model';
import { Observable } from 'rxjs';
import { RemoteData } from '../data/remote-data';
import { FindListOptions } from '../data/request.models';
import { FollowLinkConfig } from '../../shared/utils/follow-link-config.model';
import { RequestParam } from '../cache/models/request-param.model';
import { CoreState } from '../core-state.model';
import { FindListOptions } from '../data/find-list-options.model';
/**
* A service that provides methods to make REST requests with workspaceitems endpoint.