cleanup code
This commit is contained in:
@@ -53,7 +53,7 @@ class UserDataProvider {
|
||||
}
|
||||
|
||||
Future<List<User>> searchUser(String term) async {
|
||||
if (term == null || term == '') return [];
|
||||
if (term == '') return [];
|
||||
|
||||
var bytes = utf8.encode(term);
|
||||
var base64Str = base64.encode(bytes);
|
||||
|
||||
Reference in New Issue
Block a user