Merge pull request #5853 from overleaf/em-fix-file-tree

More filename fixes when resyncing

GitOrigin-RevId: 15e2e71fa8d16a1c708449eb607918b36f2fb3ee
This commit is contained in:
Eric Mc Sween
2021-11-22 09:03:10 -05:00
committed by Copybot
parent 4d5829dddf
commit b8ab8fbdbd
3 changed files with 214 additions and 36 deletions
@@ -92,7 +92,7 @@ const ProjectEntityHandler = {
}
}
}
callback(null, docs, files)
callback(null, docs, files, folders)
})
},