mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-10-11 18:10:44 -04:00
log cleanup
This commit is contained in:
parent
a44794ab98
commit
6753fe01a1
10 changed files with 18 additions and 23 deletions
|
@ -1474,8 +1474,8 @@ class VeilidStateRoute {
|
|||
});
|
||||
|
||||
VeilidStateRoute.fromJson(Map<String, dynamic> json)
|
||||
: deadRoutes = jsonDecode(json['dead_routes']),
|
||||
deadRemoteRoutes = jsonDecode(json['dead_remote_routes']);
|
||||
: deadRoutes = json['dead_routes'],
|
||||
deadRemoteRoutes = json['dead_remote_routes'];
|
||||
|
||||
Map<String, dynamic> get json {
|
||||
return {'dead_routes': deadRoutes, 'dead_remote_routes': deadRemoteRoutes};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue