mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-04-24 07:46:06 +00:00
Bug fixed
This commit is contained in:
parent
ad27d0c24e
commit
016d9b392a
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ class Log {
|
|||
|
||||
factory Log.fromJson(Map<String, dynamic> json) => Log(
|
||||
answerDnssec: json["answer_dnssec"],
|
||||
cached: json["cached"],
|
||||
cached: json["cached"] ?? false,
|
||||
client: json["client"],
|
||||
clientInfo: json["client_info"] != null ? ClientInfo.fromJson(json["client_info"]) : null,
|
||||
clientProto: json["client_proto"],
|
||||
|
|
Loading…
Add table
Reference in a new issue