mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-05-04 20:30:35 +00:00
Fixed whois issue logs
This commit is contained in:
parent
c03d536bc8
commit
a3e3c67c1c
2 changed files with 24 additions and 12 deletions
|
@ -148,7 +148,7 @@ class ClientInfo {
|
|||
});
|
||||
|
||||
factory ClientInfo.fromJson(Map<String, dynamic> json) => ClientInfo(
|
||||
whois: Whois.fromJson(json["whois"]),
|
||||
whois: Whois.fromJson(Map<String, dynamic>.from(json["whois"])),
|
||||
name: json["name"],
|
||||
disallowedRule: json["disallowed_rule"],
|
||||
disallowed: json["disallowed"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue