mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-06 22:24:07 +00:00
Remove obsolete comment
GitOrigin-RevId: 73da65c200d19ed4b389423e3d9f983c90ea1885
This commit is contained in:
parent
49b7ebe0d0
commit
81b0eb7eb5
1 changed files with 0 additions and 1 deletions
|
@ -67,7 +67,6 @@ module.exports = ExportsHandler = {
|
|||
project(cb) {
|
||||
return ProjectGetter.getProject(projectId, cb)
|
||||
},
|
||||
// TODO: when we update async, signature will change from (cb, results) to (results, cb)
|
||||
rootDoc: [
|
||||
'project',
|
||||
(results, cb) =>
|
||||
|
|
Loading…
Reference in a new issue