fix querymembers
This commit is contained in:
@@ -1099,7 +1099,7 @@ class Channel {
|
|||||||
}) async {
|
}) async {
|
||||||
final payload = <String, dynamic>{
|
final payload = <String, dynamic>{
|
||||||
'sort': sort,
|
'sort': sort,
|
||||||
'filter_conditions': filter,
|
'filter_conditions': filter ?? {},
|
||||||
'type': type,
|
'type': type,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user