add await

This commit is contained in:
Salvatore Giordano
2020-12-21 12:14:58 +01:00
parent 12f0bb1d94
commit d63c876c1c
+1 -1
View File
@@ -89,7 +89,7 @@ class ChannelsBlocState extends State<ChannelsBloc>
paginationParams.offset == null ||
paginationParams.offset == 0;
final oldChannels = List<Channel>.from(channels ?? []);
client
await client
.queryChannels(
filter: filter,
sort: sortOptions,