mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-05-14 05:52:51 +00:00
Small fix
This commit is contained in:
parent
195f97ca64
commit
56d9429318
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ class Log {
|
||||||
"status": status,
|
"status": status,
|
||||||
"time": time.toIso8601String(),
|
"time": time.toIso8601String(),
|
||||||
"upstream": upstream,
|
"upstream": upstream,
|
||||||
"answer": answer == null ? null : List<dynamic>.from(answer!.map((x) => x.toJson())),
|
"answer": List<dynamic>.from(answer.map((x) => x.toJson())),
|
||||||
"filterId": filterId,
|
"filterId": filterId,
|
||||||
"rule": rule,
|
"rule": rule,
|
||||||
"original_answer": originalAnswer == null ? null : List<dynamic>.from(originalAnswer!.map((x) => x.toJson())),
|
"original_answer": originalAnswer == null ? null : List<dynamic>.from(originalAnswer!.map((x) => x.toJson())),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue