mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-12-12 02:57:22 +00:00
chore: fix some typos (#7585)
Signed-off-by: redistay <wujunjing@outlook.com>
This commit is contained in:
@@ -854,7 +854,7 @@ class LegacyAb extends BaseAb {
|
||||
final resp = await http.get(Uri.parse(api), headers: authHeaders);
|
||||
statusCode = resp.statusCode;
|
||||
if (resp.body.toLowerCase() == "null") {
|
||||
// normal reply, emtpy ab return null
|
||||
// normal reply, empty ab return null
|
||||
tags.clear();
|
||||
tagColors.clear();
|
||||
peers.clear();
|
||||
|
||||
Reference in New Issue
Block a user