Skip to content

Commit e8ac639

Browse files
committed
model [nfc]: Remove a TODO(server-6) on a still-nullable field
The doc for this says > This field is only included when its value is `true`. so the TODO(server-6) isn't reason enough to make it a required field. Fixes-partly: zulip#1837
1 parent 09f9979 commit e8ac639

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/api/model/model.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ class CustomProfileField {
6969
final String name;
7070
final String hint;
7171
final String fieldData;
72-
final bool? displayInProfileSummary; // TODO(server-6)
72+
final bool? displayInProfileSummary;
7373

7474
CustomProfileField({
7575
required this.id,

0 commit comments

Comments
 (0)