Merge pull request #3754 from overleaf/jpa-project-restore-handle-deleted-docs

[ProjectDeleter] restore project.deletedDocs meta data into docstore

GitOrigin-RevId: 570543d2cb9c5c790ac49328382ed88ef6ac3129
This commit is contained in:
Jakob Ackermann
2021-04-07 02:05:00 +00:00
committed by Copybot
parent 9692392bf8
commit 76b1cdff51
6 changed files with 106 additions and 3 deletions
@@ -58,6 +58,7 @@ describe('DocstoreManager', function() {
this.project_id,
this.doc_id,
'wombat.tex',
new Date(),
this.callback
)
})
@@ -86,6 +87,7 @@ describe('DocstoreManager', function() {
this.project_id,
this.doc_id,
'main.tex',
new Date(),
this.callback
)
})
@@ -115,6 +117,7 @@ describe('DocstoreManager', function() {
this.project_id,
this.doc_id,
'main.tex',
new Date(),
this.callback
)
})