mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-09 11:35:47 +00:00
Fix missing comma
This commit is contained in:
parent
ca0a625dcc
commit
b49ed15c14
1 changed files with 1 additions and 1 deletions
|
@ -221,7 +221,7 @@ module.exports = ProjectController =
|
|||
# TODO: need to search for all docs in project
|
||||
rootDocs = project?.rootFolder?[0]?.docs
|
||||
if rootDocs
|
||||
ReferencesSearchHandler.indexProjectReferences project_id, rootDocs -> # don't need to wait on this
|
||||
ReferencesSearchHandler.indexProjectReferences project_id, rootDocs, -> # don't need to wait on this
|
||||
|
||||
logger.log project_id:project_id, "rendering editor page"
|
||||
res.render 'project/editor',
|
||||
|
|
Loading…
Add table
Reference in a new issue