mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
docupdater will parse lines in getProjectDocs
no need to do this in web now
This commit is contained in:
parent
e2048e1ed5
commit
4789dd23ee
1 changed files with 0 additions and 2 deletions
|
@ -146,8 +146,6 @@ module.exports = DocumentUpdaterHandler =
|
|||
logger.log project_id:project_id, "got project docs from document document updater"
|
||||
try
|
||||
docs = JSON.parse(body)
|
||||
for doc in docs or []
|
||||
doc.lines = JSON.parse(doc.lines)
|
||||
catch error
|
||||
return callback(error)
|
||||
callback null, docs
|
||||
|
|
Loading…
Reference in a new issue