mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-23 05:42:55 +00:00
Merge branch 'master' into ja_redis_cluster
This commit is contained in:
commit
9ff3026807
3 changed files with 1 additions and 3 deletions
|
@ -39,4 +39,3 @@ module.exports = TrackChangesManager =
|
|||
if error?
|
||||
logger.error err: error, doc_id: doc_id, project_id: project_id, "error flushing doc to track changes api"
|
||||
callback()
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
"url": "https://github.com/sharelatex/document-updater-sharelatex.git"
|
||||
},
|
||||
"dependencies": {
|
||||
"async": "^2.0.0-rc.5",
|
||||
"async": "2.0.0-rc.5",
|
||||
"coffee-script": "1.4.0",
|
||||
"express": "3.3.4",
|
||||
"ioredis": "^2.0.1",
|
||||
|
|
|
@ -93,4 +93,3 @@ describe "TrackChangesManager", ->
|
|||
)
|
||||
.should.equal true
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue