Skip to content

Commit d37c5f8

Browse files
committed
remove comment
1 parent 9d20668 commit d37c5f8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/collections/domain/useCases/GetCollectionsForLinking.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ import { CollectionSummary } from '../models/CollectionSummary'
44

55
export type LinkingObjectType = 'collection' | 'dataset'
66

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-
107
export class GetCollectionsForLinking implements UseCase<CollectionSummary[]> {
118
private collectionsRepository: ICollectionsRepository
129

0 commit comments

Comments
 (0)