mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-11 16:24:42 +00:00
set v_end on pack creation
This commit is contained in:
parent
f64969c784
commit
c6be12f3d5
1 changed files with 1 additions and 0 deletions
|
@ -300,6 +300,7 @@ module.exports = PackManager =
|
|||
top.pack = [ {v: d.v, meta: d.meta, op: d.op, _id: d._id} ]
|
||||
top.meta = { start_ts: d.meta.start_ts, end_ts: d.meta.end_ts }
|
||||
top.sz = sz
|
||||
top.v_end = d.v
|
||||
delete top.op
|
||||
delete top._id
|
||||
packs.push top
|
||||
|
|
Loading…
Reference in a new issue