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 371dcac commit 81f3ef4Copy full SHA for 81f3ef4
lib/community_management/bloc/community_management_bloc.dart
@@ -334,7 +334,7 @@ class CommunityManagementBloc
334
(e) => e.id == event.engagementId,
335
);
336
337
- // TODO(fulleni) Fic the following BUG:
+ // TODO(fulleni): Fix the following BUG
338
// The original Engagement.copyWith method has a bug where
339
// `comment: comment ?? this.comment` prevents setting the comment to null.
340
// To work around this without modifying the core model, we must create a
0 commit comments