Fix ProjectEntityHandler.getAllEntities callback in _findExistingFileType (#9108)

GitOrigin-RevId: fe29488b44fa5e738c23f2939297057fb2832758
This commit is contained in:
Alf Eaton
2022-08-09 14:52:43 +01:00
committed by Copybot
parent 35ef170097
commit 538dd911ad
3 changed files with 5 additions and 3 deletions
@@ -232,7 +232,6 @@ module.exports = ProjectEntityHandler
module.exports.promises = promisifyAll(ProjectEntityHandler, {
without: ['getAllEntitiesFromProject'],
multiResult: {
getAllEntities: ['docs', 'files'],
getDoc: ['lines', 'rev', 'version', 'ranges'],
},
})