chore(repo): fix lints

Signed-off-by: xsahil03x <[email protected]>
This commit is contained in:
Sahil Kumar
2021-10-01 16:45:16 +05:30
committed by xsahil03x
parent 6e48f9754d
commit ca7cf541a7
76 changed files with 1004 additions and 969 deletions
@@ -82,9 +82,9 @@ void main() {
cid: cids[index],
createdBy: users[index],
config: ChannelConfig(),
extraData: {'test_custom_field': 3 + index},
extraData: {'test_custom_field': index + 3},
createdAt: now,
memberCount: 3 + index,
memberCount: index + 3,
lastMessageAt: now.add(Duration(hours: index)),
),
).reversed.toList(growable: false);