We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d20668 commit d37c5f8Copy full SHA for d37c5f8
src/collections/domain/useCases/GetCollectionsForLinking.ts
@@ -4,9 +4,6 @@ import { CollectionSummary } from '../models/CollectionSummary'
4
5
export type LinkingObjectType = 'collection' | 'dataset'
6
7
-// TODO:ME - Add to the interface and here the alreadyLinking param to get collections for unlinking
8
-// @param alreadyLinking - Optional flag. When true, returns collections currently linked (candidates to unlink). Defaults to false.
9
-
10
export class GetCollectionsForLinking implements UseCase<CollectionSummary[]> {
11
private collectionsRepository: ICollectionsRepository
12
0 commit comments