fix: remove old hashes
This commit is contained in:
parent
e06c4e77bd
commit
a7a4fd6c4b
@ -82,6 +82,6 @@ export class PageSnapshotRemoveCommand implements ICommand<Promise<void>> {
|
|||||||
ref.push(...cssRefs);
|
ref.push(...cssRefs);
|
||||||
|
|
||||||
// remove snapshot
|
// remove snapshot
|
||||||
await new PageSegmentRemoveListCommand([hash]).execute();
|
await new PageSegmentRemoveListCommand([...ref, hash]).execute();
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user