mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-04-24 07:46:06 +00:00
Improved update lists logs
This commit is contained in:
parent
568f2ea4d7
commit
554b38a4f1
1 changed files with 1 additions and 1 deletions
|
@ -983,7 +983,7 @@ Future updateLists({
|
|||
'log': AppLog(
|
||||
type: 'update_lists',
|
||||
dateTime: DateTime.now(),
|
||||
message: 'no_response',
|
||||
message: [result[0]['log'].message, result[1]['log'].message].toString(),
|
||||
statusCode: result.map((res) => res['statusCode'] ?? 'null').toString(),
|
||||
resBody: result.map((res) => res['body'] ?? 'null').toString(),
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue