Rollback
This commit is contained in:
parent
8fe9f3de48
commit
c12e02b804
@ -61,9 +61,9 @@ class ReferenceDatabase {
|
||||
if(!contexts) {
|
||||
contexts = new Set();
|
||||
this.contexts.set(reference, contexts);
|
||||
this.links[bytesToHex(reference)] = reference;
|
||||
}
|
||||
|
||||
this.links[bytesToHex(reference)] = reference;
|
||||
|
||||
for(const _context of contexts) {
|
||||
if(deepEqual(_context, context)) {
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user