Skip to content
Snippets Groups Projects
Commit a8bccaac authored by Éloïs's avatar Éloïs
Browse files

fix(peers): convert nonWoT to member bool

parent c494379b
No related branches found
No related tags found
1 merge request!1388Prepare peers db for future migration
......@@ -346,7 +346,7 @@ export class PeerDTO implements Cloneable {
p.signature,
p.status,
p.statusTS,
false
!p.nonWoT
);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment