Merge pull request #2817 from overleaf/ns-project-import-deletion-v1-handler

remove checks if project is in importing state

GitOrigin-RevId: f087cf04436b38b351b6985cecc9182256401cba
This commit is contained in:
nate stemen
2020-05-20 09:03:02 -04:00
committed by Copybot
parent 2479cb485a
commit f5b2640c82
4 changed files with 1 additions and 69 deletions
@@ -177,7 +177,6 @@ describe('ProjectController', function() {
getUserAffiliations: this.getUserAffiliations
},
'../ThirdPartyDataStore/TpdsProjectFlusher': this.TpdsProjectFlusher,
'../V1/V1Handler': {},
'../../models/Project': {}
}
})