[web] remove deledFiles collection (#25750)
* [history-v1] remove processing of deleted files when back-filling hashes * [web] remove deledFiles collection GitOrigin-RevId: 7c080e564f7d7acb33ebe7ebe012f415a847d0df
This commit is contained in:
@@ -99,10 +99,6 @@ describe('ProjectDeleter', function () {
|
||||
}
|
||||
|
||||
this.db = {
|
||||
deletedFiles: {
|
||||
indexExists: sinon.stub().resolves(false),
|
||||
deleteMany: sinon.stub(),
|
||||
},
|
||||
projects: {
|
||||
insertOne: sinon.stub().resolves(),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user