mirror of
https://github.com/overleaf/overleaf.git
synced 2024-12-02 10:10:47 -05:00
Use updated project-history response format
This commit is contained in:
parent
1e8439a2c6
commit
11d47fcc31
1 changed files with 1 additions and 1 deletions
|
@ -248,7 +248,7 @@ define [
|
||||||
updatePathnameWithUpdateVersions(add.pathname, update)
|
updatePathnameWithUpdateVersions(add.pathname, update)
|
||||||
if project_op.remove?
|
if project_op.remove?
|
||||||
remove = project_op.remove
|
remove = project_op.remove
|
||||||
updatePathnameWithUpdateVersions(remove.pathname, update, remove.atV)
|
updatePathnameWithUpdateVersions(remove.pathname, update, project_op.atV)
|
||||||
|
|
||||||
return docs_summary
|
return docs_summary
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue