Skip to content

Commit 096eb53

Browse files
remove TODO
1 parent 0afd241 commit 096eb53

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

catalyst_voices/packages/internal/catalyst_voices_models/lib/src/proposal/data/proposal_brief_data.dart

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,7 @@ final class ProposalBriefData extends Equatable {
5555
.map((e) => ProposalBriefDataVersion(ref: id.copyWith(ver: Optional(e))))
5656
.toList();
5757

58-
// TODO(damian-molinski): Try getting collaborators from previous version.
59-
// Proposal Brief do not support "removed" or "left" status as it would require
60-
// getting collaborators list from previous version and compare diff.
58+
// Proposal Brief do not support "removed" or "left" status.
6159
final collaborators = data.proposal.metadata.collaborators?.map(
6260
(id) {
6361
final action = collaboratorsActions[id.toSignificant()]?.action;

0 commit comments

Comments
 (0)