mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
add overleaf to projection
This commit is contained in:
parent
d22d8324af
commit
482d140716
1 changed files with 1 additions and 1 deletions
|
@ -316,7 +316,7 @@ module.exports = ProjectEntityUpdateHandler = self =
|
|||
# This doesn't directly update project structure but we need to take the lock
|
||||
# to prevent anything else being queued before the resync update
|
||||
resyncProjectHistory: wrapWithLock (project_id, callback) ->
|
||||
ProjectGetter.getProject project_id, rootFolder: true, (error, project) ->
|
||||
ProjectGetter.getProject project_id, rootFolder: true, overleaf: true, (error, project) ->
|
||||
return callback(error) if error?
|
||||
|
||||
if !project.overleaf?.history?.id?
|
||||
|
|
Loading…
Reference in a new issue